Spaces:
Sleeping
Sleeping
michaelthwan
commited on
Commit
·
44ab35c
1
Parent(s):
e636691
test
Browse files
main.py
CHANGED
@@ -22,7 +22,4 @@ if __name__ == '__main__':
|
|
22 |
port = config["gradio"]["port"]
|
23 |
opentab_with_delay(port)
|
24 |
demo = GradioUIService.get_gradio_ui()
|
25 |
-
demo.queue(concurrency_count=config['gradio']['concurrent']).launch(
|
26 |
-
server_name="0.0.0.0", server_port=port,
|
27 |
-
share=True
|
28 |
-
)
|
|
|
22 |
port = config["gradio"]["port"]
|
23 |
opentab_with_delay(port)
|
24 |
demo = GradioUIService.get_gradio_ui()
|
25 |
+
demo.queue(concurrency_count=config['gradio']['concurrent']).launch()
|
|
|
|
|
|