Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ except Exception as e:
|
|
22 |
raise
|
23 |
|
24 |
|
25 |
-
@spaces.GPU(duration=
|
26 |
def run_inference(
|
27 |
text_input: str,
|
28 |
audio_prompt_input: Optional[Tuple[int, np.ndarray]],
|
|
|
22 |
raise
|
23 |
|
24 |
|
25 |
+
@spaces.GPU(duration=100)
|
26 |
def run_inference(
|
27 |
text_input: str,
|
28 |
audio_prompt_input: Optional[Tuple[int, np.ndarray]],
|