StevenChen16 commited on
Commit
11529cc
β€’
1 Parent(s): 7f1e8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,