Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def yt_transcribe(yt_url):
|
|
| 64 |
|
| 65 |
demo = gr.Blocks()
|
| 66 |
|
| 67 |
-
examples=[["example-1.wav"
|
| 68 |
|
| 69 |
mf_transcribe = gr.Interface(
|
| 70 |
fn=transcribe,
|
|
|
|
| 64 |
|
| 65 |
demo = gr.Blocks()
|
| 66 |
|
| 67 |
+
examples=[null, [["example-1.wav","example-2.wav"]]
|
| 68 |
|
| 69 |
mf_transcribe = gr.Interface(
|
| 70 |
fn=transcribe,
|