Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,4 +167,5 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="slate"),
|
|
| 167 |
|
| 168 |
if __name__ == "__main__":
|
| 169 |
demo.queue()
|
| 170 |
-
demo.launch(
|
|
|
|
|
|
| 167 |
|
| 168 |
if __name__ == "__main__":
|
| 169 |
demo.queue()
|
| 170 |
+
demo.launch(server_name="0.0.0.0", # not 127.0.0.1
|
| 171 |
+
server_port=7860,)
|