Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,4 +53,14 @@ demo = gr.Interface(
|
|
| 53 |
description="Upload a landscape image and receive visually similar recommendations."
|
| 54 |
)
|
| 55 |
|
| 56 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|