Dharini Baskaran
commited on
Commit
·
24ad810
1
Parent(s):
2f7fddd
updated app.py
Browse files
app.py
CHANGED
|
@@ -147,4 +147,4 @@ with gr.Blocks() as demo:
|
|
| 147 |
outputs=[output_image, output_json, error_output]
|
| 148 |
)
|
| 149 |
|
| 150 |
-
demo.launch(
|
|
|
|
| 147 |
outputs=[output_image, output_json, error_output]
|
| 148 |
)
|
| 149 |
|
| 150 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|