Spaces:
Build error
Build error
Commit
·
78bce4d
1
Parent(s):
2b1a753
debug
Browse files
app.py
CHANGED
|
@@ -243,7 +243,7 @@ with gr.Blocks() as iface:
|
|
| 243 |
outputs=[text_output]
|
| 244 |
)
|
| 245 |
|
| 246 |
-
gr.Examples(examples, inputs=[audio_input]
|
| 247 |
iface.queue()
|
| 248 |
iface.launch()
|
| 249 |
# launch locally
|
|
|
|
| 243 |
outputs=[text_output]
|
| 244 |
)
|
| 245 |
|
| 246 |
+
gr.Examples(examples, inputs=[audio_input])
|
| 247 |
iface.queue()
|
| 248 |
iface.launch()
|
| 249 |
# launch locally
|