Spaces:
Runtime error
Runtime error
Commit
·
318260c
1
Parent(s):
66d6b16
Remove examples
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
|
|
71 |
gr.Dropdown(choices=languages, label="Language", value="English (eng)")
|
72 |
],
|
73 |
outputs=gr.Textbox(label="Transcription"),
|
74 |
-
examples=examples,
|
75 |
description=description
|
76 |
)
|
77 |
|
|
|
71 |
gr.Dropdown(choices=languages, label="Language", value="English (eng)")
|
72 |
],
|
73 |
outputs=gr.Textbox(label="Transcription"),
|
74 |
+
# examples=examples,
|
75 |
description=description
|
76 |
)
|
77 |
|