Spaces:
Runtime error
Runtime error
runtime fix
Browse files
app.py
CHANGED
@@ -1578,8 +1578,8 @@ with gr.Blocks(css=custom_css) as demo:
|
|
1578 |
)
|
1579 |
|
1580 |
|
1581 |
-
print("Ready to launch..")
|
1582 |
-
_, _, shared_url = demo.queue().launch(
|
1583 |
-
|
1584 |
-
)
|
1585 |
-
demo.
|
|
|
1578 |
)
|
1579 |
|
1580 |
|
1581 |
+
# print("Ready to launch..")
|
1582 |
+
# _, _, shared_url = demo.queue().launch(
|
1583 |
+
# share=True, server_name="0.0.0.0", server_port=7739
|
1584 |
+
# )
|
1585 |
+
demo.launch()
|