akhaliq HF Staff commited on
Commit
ffb7a8f
·
verified ·
1 Parent(s): 1bf7e3b

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ tokenizer = AutoTokenizer.from_pretrained(
19
  trust_remote_code=True
20
  )
21
 
22
- @spaces.GPU
23
  def respond(message, history, enable_thinking):
24
  """
25
  Process user message and generate response
 
19
  trust_remote_code=True
20
  )
21
 
22
+ @spaces.GPU(duration=120)
23
  def respond(message, history, enable_thinking):
24
  """
25
  Process user message and generate response