multimodalart HF Staff commited on
Commit
84cd364
·
verified ·
1 Parent(s): a3b6662

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ ANSWER_OPEN = "<answer>"
27
  ANSWER_CLOSE = "</answer>"
28
 
29
 
30
- @spaces.GPU(duration=120)
31
  def answer_audio_question(
32
  audio_path: str,
33
  question: str,
 
27
  ANSWER_CLOSE = "</answer>"
28
 
29
 
30
+ @spaces.GPU(duration=60)
31
  def answer_audio_question(
32
  audio_path: str,
33
  question: str,