MAY199 commited on
Commit
12332b2
·
verified ·
1 Parent(s): e66a4a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ with gr.Blocks() as app:
58
 
59
  gr.Markdown("---")
60
  gr.Markdown("## Project Presentation Video")
61
- gr.Video(value="https://huggingface.co/spaces/MAY199/LANDSCAPE_RECOMMENDER/resolve/main/VIDEO.mp4")
62
-
63
  app.launch()
64
 
65
 
 
58
 
59
  gr.Markdown("---")
60
  gr.Markdown("## Project Presentation Video")
61
+ gr.Video(value="https://huggingface.co/spaces/MAY199/LANDSCAPE_RECOMMENDER/resolve/main/VIDEO.mp4", format="mp4")
62
+
63
  app.launch()
64
 
65