Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,4 +233,4 @@ with gr.Blocks(title='Assistive VQA — bonsAI') as demo:
|
|
| 233 |
|
| 234 |
if __name__ == "__main__":
|
| 235 |
print('Launching Gradio Server...')
|
| 236 |
-
demo.launch(server_name="0.0.0.0", server_port=7860
|
|
|
|
| 233 |
|
| 234 |
if __name__ == "__main__":
|
| 235 |
print('Launching Gradio Server...')
|
| 236 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|