Spaces:
Runtime error
Runtime error
test
Browse files
main.py
CHANGED
|
@@ -59,7 +59,7 @@ def run():
|
|
| 59 |
|
| 60 |
demo.launch(server_name=LOCALHOST_NAME, server_port=get_first_available_port(
|
| 61 |
INITIAL_PORT_VALUE, INITIAL_PORT_VALUE + TRY_NUM_PORTS
|
| 62 |
-
))
|
| 63 |
#demo.launch(server_name="0.0.0.0", server_port=7861)
|
| 64 |
|
| 65 |
|
|
|
|
| 59 |
|
| 60 |
demo.launch(server_name=LOCALHOST_NAME, server_port=get_first_available_port(
|
| 61 |
INITIAL_PORT_VALUE, INITIAL_PORT_VALUE + TRY_NUM_PORTS
|
| 62 |
+
), share=True)
|
| 63 |
#demo.launch(server_name="0.0.0.0", server_port=7861)
|
| 64 |
|
| 65 |
|