Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -746,4 +746,7 @@ with gr.Blocks() as demo:
|
|
746 |
)
|
747 |
|
748 |
if __name__ == "__main__":
|
749 |
-
demo.queue(default_concurrency_limit=8).launch(
|
|
|
|
|
|
|
|
746 |
)
|
747 |
|
748 |
if __name__ == "__main__":
|
749 |
+
demo.queue(default_concurrency_limit=8).launch(
|
750 |
+
server_name="0.0.0.0",
|
751 |
+
server_port=7860,
|
752 |
+
)
|