Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ def get_video():
|
|
8 |
return redirect("https://videos.pexels.com/video-files/2098989/2098989-uhd_2560_1440_30fps.mp4")
|
9 |
|
10 |
if __name__ == '__main__':
|
11 |
-
app.run(host='0.0.0.0', port=
|
|
|
8 |
return redirect("https://videos.pexels.com/video-files/2098989/2098989-uhd_2560_1440_30fps.mp4")
|
9 |
|
10 |
if __name__ == '__main__':
|
11 |
+
app.run(host='0.0.0.0', port=7860)
|