Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|