Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
ee36693
1
Parent(s):
b40dfbb
app.py
CHANGED
@@ -42,7 +42,7 @@ lexicon_file = hf_hub_download(
|
|
42 |
filename=lex_files[0],
|
43 |
)
|
44 |
|
45 |
-
@spaces.GPU
|
46 |
def transcribe(
|
47 |
audio_data,
|
48 |
wscore=None,
|
|
|
42 |
filename=lex_files[0],
|
43 |
)
|
44 |
|
45 |
+
@spaces.GPU(duration=30)
|
46 |
def transcribe(
|
47 |
audio_data,
|
48 |
wscore=None,
|