Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,5 +7,5 @@ def get_video():
|
|
7 |
# Redirect user to the video URL directly
|
8 |
return redirect("https://videos.pexels.com/video-files/2098989/2098989-uhd_2560_1440_30fps.mp4")
|
9 |
|
10 |
-
if __name__
|
11 |
app.run(host='0.0.0.0', port=5000)
|
|
|
7 |
# Redirect user to the video URL directly
|
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=5000)
|