Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,6 @@ if __name__ == "__main__":
|
|
40 |
elif mode == "PHONE":
|
41 |
stream.fastphone(host="0.0.0.0", port=7860)
|
42 |
else:
|
43 |
-
|
44 |
|
45 |
-
|
|
|
40 |
elif mode == "PHONE":
|
41 |
stream.fastphone(host="0.0.0.0", port=7860)
|
42 |
else:
|
43 |
+
stream.ui.launch(server_port=7860, server_name="0.0.0.0")
|
44 |
|
45 |
+
|