avfranco commited on
Commit
e3243ec
1 Parent(s): 7ebcec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ pipe = pipeline(
17
  device=device,
18
  )
19
 
20
- @spaces.GPU
21
  def respond_to_question_llama(transcript, question):
22
  from huggingface_hub import InferenceClient
23
 
 
17
  device=device,
18
  )
19
 
20
+ @spaces.GPU(duration=120)
21
  def respond_to_question_llama(transcript, question):
22
  from huggingface_hub import InferenceClient
23