new test shamik 3
Browse files
app.py
CHANGED
@@ -804,4 +804,4 @@ if __name__ == "__main__":
|
|
804 |
if not USING_SPACES:
|
805 |
main()
|
806 |
else:
|
807 |
-
app.queue(api_open=True).launch(server_name="0.0.0.0", show_api=True)
|
|
|
804 |
if not USING_SPACES:
|
805 |
main()
|
806 |
else:
|
807 |
+
app.queue(api_open=True).launch(server_name="0.0.0.0",server_port=7860, show_api=True)
|