Nymbo commited on
Commit
20acb7f
1 Parent(s): 38b6672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ def make_frontend(
135
  outputs=gr.Gallery(label="Relevant Items"),
136
  # what input widgets does it need? we configure an image widget
137
  inputs=gr.components.Textbox(label="Item Description"),
138
- title="Fashion Aggregator", # what should we display at the top of the page?
139
  thumbnail=FAVICON, # what should we display when the link is shared, e.g. on social media?
140
  description=__doc__, # what should we display just above the interface?
141
  cache_examples=False, # should we cache those inputs for faster inference? slows down start
 
135
  outputs=gr.Gallery(label="Relevant Items"),
136
  # what input widgets does it need? we configure an image widget
137
  inputs=gr.components.Textbox(label="Item Description"),
138
+ title="Fashion Finder", # what should we display at the top of the page?
139
  thumbnail=FAVICON, # what should we display when the link is shared, e.g. on social media?
140
  description=__doc__, # what should we display just above the interface?
141
  cache_examples=False, # should we cache those inputs for faster inference? slows down start