Spaces:
Runtime error
Runtime error
StevenChen16
commited on
Commit
β’
11529cc
1
Parent(s):
7f1e8f4
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,
|