Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|