itayitay123 commited on
Commit
e6c787f
·
verified ·
1 Parent(s): 151e226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
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
- ["fashion_examples/example1.jpg"],
93
- ["fashion_examples/example2.jpg"],
94
- ["fashion_examples/example3.jpg"],
95
- ["fashion_examples/example4.jpg"],
96
- ["fashion_examples/example5.jpg"]
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,