Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -308,4 +308,4 @@ with gr.Blocks(css=custom_css, theme=custom_theme) as demo:
|
|
| 308 |
gr.Markdown("### 🎓 Project Presentation & Walkthrough \nWatch the video below to see a full walkthrough of the dataset, EDA, model pipeline, and the live application.")
|
| 309 |
gr.Video(value="https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/resolve/main/A3.presentation.mp4", interactive=False)
|
| 310 |
|
| 311 |
-
demo.launch(
|
|
|
|
| 308 |
gr.Markdown("### 🎓 Project Presentation & Walkthrough \nWatch the video below to see a full walkthrough of the dataset, EDA, model pipeline, and the live application.")
|
| 309 |
gr.Video(value="https://huggingface.co/spaces/matanzig/Interior-Design-GenAI/resolve/main/A3.presentation.mp4", interactive=False)
|
| 310 |
|
| 311 |
+
demo.launch()
|