yvankob commited on
Commit
8804873
·
verified ·
1 Parent(s): 4f52875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def download_yt_audio(yt_url, filename):
175
  raise gr.Error(str(err))
176
 
177
 
178
- def yt_transcribe(yt_url, task, max_filesize=75.0):
179
  html_embed_str = _return_yt_html_embed(yt_url)
180
  global model # S'assurer que le modèle est accessible
181
 
 
175
  raise gr.Error(str(err))
176
 
177
 
178
+ def yt_transcribe(yt_url,source_lang, target_lang, task, max_filesize=75.0):
179
  html_embed_str = _return_yt_html_embed(yt_url)
180
  global model # S'assurer que le modèle est accessible
181