Spaces:
Runtime error
Runtime error
Steven Chen
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -308,6 +308,7 @@ def reinitialize_database(files, session_id, progress=gr.Progress()):
|
|
| 308 |
|
| 309 |
return "Database initialized successfully!"
|
| 310 |
|
|
|
|
| 311 |
def inference_fn(
|
| 312 |
temperature: float,
|
| 313 |
top_p: float,
|
|
|
|
| 308 |
|
| 309 |
return "Database initialized successfully!"
|
| 310 |
|
| 311 |
+
@spaces.GPU
|
| 312 |
def inference_fn(
|
| 313 |
temperature: float,
|
| 314 |
top_p: float,
|