Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ iface = gr.Interface(fn=transcribe,
|
|
53 |
gr.Dropdown(choices=languages, label="Language", value="Luganda (eng)")
|
54 |
],
|
55 |
outputs=gr.Textbox(label="Transcription"),
|
56 |
-
examples=examples,
|
57 |
description=description
|
58 |
)
|
59 |
iface.launch()
|
|
|
53 |
gr.Dropdown(choices=languages, label="Language", value="Luganda (eng)")
|
54 |
],
|
55 |
outputs=gr.Textbox(label="Transcription"),
|
|
|
56 |
description=description
|
57 |
)
|
58 |
iface.launch()
|