Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,5 +156,5 @@ with gr.Blocks(css = css) as app:
|
|
| 156 |
|
| 157 |
btn.click(gradio_predict, inputs=[image, video, question], outputs=answer)
|
| 158 |
|
| 159 |
-
app.launch(debug=True
|
| 160 |
|
|
|
|
| 156 |
|
| 157 |
btn.click(gradio_predict, inputs=[image, video, question], outputs=answer)
|
| 158 |
|
| 159 |
+
app.launch(debug=True)
|
| 160 |
|