Update app.py
Browse files
app.py
CHANGED
@@ -431,5 +431,6 @@ if __name__ == "__main__":
|
|
431 |
|
432 |
# Launch with settings suitable for Hugging Face Spaces
|
433 |
demo.launch(
|
434 |
-
|
|
|
435 |
)
|
|
|
431 |
|
432 |
# Launch with settings suitable for Hugging Face Spaces
|
433 |
demo.launch(
|
434 |
+
server_name="0.0.0.0",
|
435 |
+
server_port=7860
|
436 |
)
|