Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ with gr.Blocks() as demo:
|
|
128 |
|
129 |
# Start the interface
|
130 |
demo.queue()
|
131 |
-
demo.launch(
|
|
|
128 |
|
129 |
# Start the interface
|
130 |
demo.queue()
|
131 |
+
demo.launch(server_name='0.0.0.0', server_port=7860)
|