Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -671,4 +671,4 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
|
|
| 671 |
)
|
| 672 |
|
| 673 |
if __name__ == "__main__":
|
| 674 |
-
app.launch()
|
|
|
|
| 671 |
)
|
| 672 |
|
| 673 |
if __name__ == "__main__":
|
| 674 |
+
app.launch(server_name=“0.0.0.0”, server_port=7860)
|