Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
ba99133
1
Parent(s):
4cf8d5d
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def download_youtube_audio(url):
|
|
58 |
|
59 |
return output_path
|
60 |
|
61 |
-
@spaces.GPU(duration=
|
62 |
def transcribe_audio(file_path):
|
63 |
print(f"Starting transcription of file: {file_path}")
|
64 |
temp_audio = None
|
|
|
58 |
|
59 |
return output_path
|
60 |
|
61 |
+
@spaces.GPU(duration=90)
|
62 |
def transcribe_audio(file_path):
|
63 |
print(f"Starting transcription of file: {file_path}")
|
64 |
temp_audio = None
|