MAY199 commited on
Commit
cc50548
·
verified ·
1 Parent(s): 65cc5cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -53,4 +53,14 @@ demo = gr.Interface(
53
  description="Upload a landscape image and receive visually similar recommendations."
54
  )
55
 
56
- demo.launch()
 
 
 
 
 
 
 
 
 
 
 
53
  description="Upload a landscape image and receive visually similar recommendations."
54
  )
55
 
56
+ with gr.Blocks() as app:
57
+ demo.render()
58
+
59
+ gr.Markdown("---")
60
+ gr.Markdown("## Project Presentation Video")
61
+ gr.Video("LANDSCAPE_RECOMMENDER/VIDEO.mp4")
62
+
63
+ app.launch()
64
+
65
+
66
+