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