hoduyquocbao commited on
Commit
24c97cf
·
1 Parent(s): baa5dba
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ def handle_functions(function_call: Dict[str, Any], prompt: str, chat_history: L
296
 
297
  # ---------------------------- Giao Diện Gradio ---------------------------- #
298
 
299
- @spaces.GPU
300
  def generate(
301
  message: str,
302
  chat_history: List[Tuple[str, str]],
 
296
 
297
  # ---------------------------- Giao Diện Gradio ---------------------------- #
298
 
299
+ @spaces.GPU(duration=60, queue=False)
300
  def generate(
301
  message: str,
302
  chat_history: List[Tuple[str, str]],