Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -148,5 +148,5 @@ with gr.Blocks(css = css) as app:
|
|
148 |
|
149 |
btn.click(gradio_predict, inputs=[image, video, question], outputs=answer)
|
150 |
|
151 |
-
app.launch(debug=True)
|
152 |
|
|
|
148 |
|
149 |
btn.click(gradio_predict, inputs=[image, video, question], outputs=answer)
|
150 |
|
151 |
+
app.launch(debug=True, allowed_paths=["/"])
|
152 |
|