Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,9 @@ with gr.Blocks() as demo:
|
|
168 |
pass
|
169 |
|
170 |
|
171 |
-
demo.launch(
|
|
|
|
|
172 |
|
173 |
|
174 |
# description_text = f"18 events: {', '.join(event_list)}"
|
|
|
168 |
pass
|
169 |
|
170 |
|
171 |
+
demo.launch(
|
172 |
+
server_name="0.0.0.0",
|
173 |
+
server_port=7860,)
|
174 |
|
175 |
|
176 |
# description_text = f"18 events: {', '.join(event_list)}"
|