Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ yt_transcribe = gr.Interface(
|
|
65 |
cache_examples=False
|
66 |
)
|
67 |
|
68 |
-
with demo(
|
69 |
gr.DuplicateButton()
|
70 |
gr.TabbedInterface([yt_transcribe], ["YouTube"])
|
71 |
|
|
|
65 |
cache_examples=False
|
66 |
)
|
67 |
|
68 |
+
with demo():
|
69 |
gr.DuplicateButton()
|
70 |
gr.TabbedInterface([yt_transcribe], ["YouTube"])
|
71 |
|