Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -247,6 +247,7 @@ with demo:
|
|
247 |
],
|
248 |
allow_flagging="never",
|
249 |
)
|
|
|
250 |
|
251 |
with gr.Tab("Transcribe local file"):
|
252 |
iface = gr.Interface(
|
|
|
247 |
],
|
248 |
allow_flagging="never",
|
249 |
)
|
250 |
+
iface.render()
|
251 |
|
252 |
with gr.Tab("Transcribe local file"):
|
253 |
iface = gr.Interface(
|