Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,12 +17,13 @@ if not IMAGE_PATH.exists():
|
|
| 17 |
# --------------------------------------------------
|
| 18 |
# Gradio app
|
| 19 |
# --------------------------------------------------
|
| 20 |
-
with gr.Blocks(title="
|
| 21 |
-
gr.Markdown("##
|
| 22 |
|
| 23 |
gr.Image(
|
| 24 |
value=str(IMAGE_PATH),
|
| 25 |
label="Cluster Analysis",
|
|
|
|
| 26 |
show_download_button=True
|
| 27 |
)
|
| 28 |
|
|
|
|
| 17 |
# --------------------------------------------------
|
| 18 |
# Gradio app
|
| 19 |
# --------------------------------------------------
|
| 20 |
+
with gr.Blocks(title="Playlist Recommender") as demo:
|
| 21 |
+
gr.Markdown("## Playlist Recommender - Cluster Analysis")
|
| 22 |
|
| 23 |
gr.Image(
|
| 24 |
value=str(IMAGE_PATH),
|
| 25 |
label="Cluster Analysis",
|
| 26 |
+
height=600,
|
| 27 |
show_download_button=True
|
| 28 |
)
|
| 29 |
|