Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def main():
|
|
| 27 |
ffmpeg.input(url).output(output_file).run(overwrite_output=True)
|
| 28 |
return output_file
|
| 29 |
except Exception as e:
|
| 30 |
-
return f"
|
| 31 |
|
| 32 |
def transcribe_function(audio, state, m3u8_url):
|
| 33 |
if m3u8_url:
|
|
@@ -59,7 +59,7 @@ def main():
|
|
| 59 |
label="Mikrofon ella ljóðfíla"
|
| 60 |
)
|
| 61 |
m3u8_url = gr.Textbox(
|
| 62 |
-
label="m3u8-leinki
|
| 63 |
)
|
| 64 |
|
| 65 |
with gr.Column():
|
|
|
|
| 27 |
ffmpeg.input(url).output(output_file).run(overwrite_output=True)
|
| 28 |
return output_file
|
| 29 |
except Exception as e:
|
| 30 |
+
return f"Hendan villan hendi: {e}"
|
| 31 |
|
| 32 |
def transcribe_function(audio, state, m3u8_url):
|
| 33 |
if m3u8_url:
|
|
|
|
| 59 |
label="Mikrofon ella ljóðfíla"
|
| 60 |
)
|
| 61 |
m3u8_url = gr.Textbox(
|
| 62 |
+
label="m3u8-leinki (t.d. frá kvf.fo ella logting.fo)"
|
| 63 |
)
|
| 64 |
|
| 65 |
with gr.Column():
|