epochs-demos commited on
Commit
31e7623
·
1 Parent(s): ff30fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ def make_frontend(
134
  outputs=gr.Gallery(label="Relevant Items", show_labels=True, label_position="below"),
135
  inputs=gr.inputs.Textbox(label="Item Description", placeholder="Enter item description here"),
136
  title="Fashion Aggregator",
137
- thumbnail="./1001epochs.png",
138
  description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
139
  cache_examples=False,
140
  allow_flagging=allow_flagging,
 
134
  outputs=gr.Gallery(label="Relevant Items", show_labels=True, label_position="below"),
135
  inputs=gr.inputs.Textbox(label="Item Description", placeholder="Enter item description here"),
136
  title="Fashion Aggregator",
137
+ thumbnail=FAVICON,
138
  description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
139
  cache_examples=False,
140
  allow_flagging=allow_flagging,