Spaces:
Runtime error
Runtime error
Revert examples change
Browse files
app.py
CHANGED
|
@@ -67,8 +67,8 @@ def yt_transcribe(yt_url):
|
|
| 67 |
|
| 68 |
demo = gr.Blocks()
|
| 69 |
|
| 70 |
-
|
| 71 |
-
examples=["example-1.wav"]
|
| 72 |
|
| 73 |
mf_transcribe = gr.Interface(
|
| 74 |
fn=transcribe,
|
|
|
|
| 67 |
|
| 68 |
demo = gr.Blocks()
|
| 69 |
|
| 70 |
+
examples=[["example-1.wav","example-2.wav"]]
|
| 71 |
+
# examples=["example-1.wav"]
|
| 72 |
|
| 73 |
mf_transcribe = gr.Interface(
|
| 74 |
fn=transcribe,
|