Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ ANSWER_OPEN = "<answer>"
|
|
| 27 |
ANSWER_CLOSE = "</answer>"
|
| 28 |
|
| 29 |
|
| 30 |
-
@spaces.GPU(duration=
|
| 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,
|