Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,8 @@ with gr.Blocks(css="custom.css") as demo:
|
|
139 |
["trending digital art", "lexica", "images/trending_digital_art.png", "colorhash"],
|
140 |
["beautiful home", "enterpix", "images/beautiful_home.png", "dhash"],
|
141 |
["interior design of living room", "enterpix", "images/interior_design_of_living_room.png", "whash"],
|
|
|
|
|
142 |
],
|
143 |
inputs = [inputs, search_func_name, i, order_func_name],
|
144 |
label = "Examples"
|
|
|
139 |
["trending digital art", "lexica", "images/trending_digital_art.png", "colorhash"],
|
140 |
["beautiful home", "enterpix", "images/beautiful_home.png", "dhash"],
|
141 |
["interior design of living room", "enterpix", "images/interior_design_of_living_room.png", "whash"],
|
142 |
+
["1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt",
|
143 |
+
"enterpix", "images/waifu_girl0.png", "phash"],
|
144 |
],
|
145 |
inputs = [inputs, search_func_name, i, order_func_name],
|
146 |
label = "Examples"
|