Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,5 +120,5 @@ with gr.Blocks() as app:
|
|
120 |
# Enable the queue feature
|
121 |
app.queue()
|
122 |
|
123 |
-
|
124 |
-
app.launch(server_name='0.0.0.0', share=True, server_port=7788)
|
|
|
120 |
# Enable the queue feature
|
121 |
app.queue()
|
122 |
|
123 |
+
app.launch()
|
124 |
+
# app.launch(server_name='0.0.0.0', share=True, server_port=7788)
|