Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def download_yt_audio(yt_url, filename):
|
|
72 |
except youtube_dl.utils.ExtractorError as err:
|
73 |
raise gr.Error(str(err))
|
74 |
|
75 |
-
@spaces.GPU
|
76 |
def yt_transcribe(yt_url, task, max_filesize=75.0):
|
77 |
html_embed_str = _return_yt_html_embed(yt_url)
|
78 |
|
|
|
72 |
except youtube_dl.utils.ExtractorError as err:
|
73 |
raise gr.Error(str(err))
|
74 |
|
75 |
+
@spaces.GPU(duration=120)
|
76 |
def yt_transcribe(yt_url, task, max_filesize=75.0):
|
77 |
html_embed_str = _return_yt_html_embed(yt_url)
|
78 |
|