Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
import spaces
|
6 |
import numpy as np
|
7 |
|
8 |
-
@spaces.GPU(duration=
|
9 |
def transcribe_and_respond(audio_file):
|
10 |
try:
|
11 |
pipe = transformers.pipeline(
|
|
|
5 |
import spaces
|
6 |
import numpy as np
|
7 |
|
8 |
+
@spaces.GPU(duration=60)
|
9 |
def transcribe_and_respond(audio_file):
|
10 |
try:
|
11 |
pipe = transformers.pipeline(
|