Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -183,6 +183,7 @@ with gr.Blocks(
|
|
183 |
|
184 |
if __name__ == "__main__":
|
185 |
demo.queue()
|
186 |
-
demo.launch(
|
|
|
187 |
)
|
188 |
|
|
|
183 |
|
184 |
if __name__ == "__main__":
|
185 |
demo.queue()
|
186 |
+
demo.launch(server_name="0.0.0.0",
|
187 |
+
server_port=7860
|
188 |
)
|
189 |
|