epochs-demos commited on
Commit
1e57222
·
1 Parent(s): 86818cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -133,8 +133,8 @@ def make_frontend(
133
  fn=fn,
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", # Update the title to a more descriptive name
137
- thumbnail="path/to/company-logo.png", # Replace with the path to your company logo image
138
  description="Discover your perfect apparel effortlessly. Simply describe what you're looking for!",
139
  cache_examples=False,
140
  allow_flagging=allow_flagging,
 
133
  fn=fn,
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,