sreepathi-ravikumar commited on
Commit
ea7e118
·
verified ·
1 Parent(s): e585a46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__ = '__main__':
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)