Spaces:
Runtime error
Runtime error
Commit
·
31e7623
1
Parent(s):
ff30fb8
Update app.py
Browse files
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=
|
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,
|