Spaces:
Running
Running
ElenaRyumina
commited on
Commit
β’
26cd93d
1
Parent(s):
6a3bd5e
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,8 @@ if __name__ == "__main__":
|
|
91 |
if is_port_in_use(config_data.AppSettings_SERVER_NAME, port):
|
92 |
free_ports(port)
|
93 |
|
94 |
-
create_gradio_app().queue(api_open=
|
95 |
share=True,
|
96 |
-
server_name=
|
97 |
-
server_port=
|
98 |
)
|
|
|
91 |
if is_port_in_use(config_data.AppSettings_SERVER_NAME, port):
|
92 |
free_ports(port)
|
93 |
|
94 |
+
create_gradio_app().queue(api_open=True).launch(
|
95 |
share=True,
|
96 |
+
server_name=None,
|
97 |
+
server_port=None,
|
98 |
)
|