Spaces:
Runtime error
Runtime error
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
outputs = [video_result]
|
147 |
)
|
148 |
|
149 |
-
demo.queue().launch(show_api=
|
150 |
|
151 |
|
152 |
|
|
|
146 |
outputs = [video_result]
|
147 |
)
|
148 |
|
149 |
+
demo.queue().launch(share = True ,show_api=True, show_error=True)
|
150 |
|
151 |
|
152 |
|