Spaces:
Building
Building
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -69,4 +69,4 @@ def video_feed():
|
|
69 |
mimetype='multipart/x-mixed-replace; boundary=frame')
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
-
app.run(host="0.0.0.0", port=
|
|
|
69 |
mimetype='multipart/x-mixed-replace; boundary=frame')
|
70 |
|
71 |
if __name__ == "__main__":
|
72 |
+
app.run(host="0.0.0.0", port=7860, debug=True)
|