rphrp1985 commited on
Commit
109202f
·
verified ·
1 Parent(s): b6f76f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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