Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,14 +89,15 @@ def recommend_from_upload(uploaded_image):
|
|
| 89 |
|
| 90 |
# 5 clickable example images (must be uploaded to the repo)
|
| 91 |
example_paths = [
|
| 92 |
-
["
|
| 93 |
-
["
|
| 94 |
-
["
|
| 95 |
-
["
|
| 96 |
-
["
|
| 97 |
]
|
| 98 |
|
| 99 |
|
|
|
|
| 100 |
# Gradio Interface
|
| 101 |
demo = gr.Interface(
|
| 102 |
fn=recommend_from_upload,
|
|
|
|
| 89 |
|
| 90 |
# 5 clickable example images (must be uploaded to the repo)
|
| 91 |
example_paths = [
|
| 92 |
+
["example1.jpg"],
|
| 93 |
+
["example2.jpg"],
|
| 94 |
+
["example3.jpg"],
|
| 95 |
+
["example4.jpg"],
|
| 96 |
+
["example5.jpg"]
|
| 97 |
]
|
| 98 |
|
| 99 |
|
| 100 |
+
|
| 101 |
# Gradio Interface
|
| 102 |
demo = gr.Interface(
|
| 103 |
fn=recommend_from_upload,
|