Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,4 +110,4 @@ with gr.Blocks() as demo:
|
|
110 |
out = [gr.Video(format='mp4') for _ in range(5)]
|
111 |
btn.click(search, inputs=inp, outputs=out)
|
112 |
|
113 |
-
demo.launch(
|
|
|
110 |
out = [gr.Video(format='mp4') for _ in range(5)]
|
111 |
btn.click(search, inputs=inp, outputs=out)
|
112 |
|
113 |
+
demo.launch()
|