Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -326,7 +326,7 @@ def zip_ims(g):
|
|
326 |
|
327 |
with gr.Blocks(css="custom.css") as demo:
|
328 |
title = gr.HTML(
|
329 |
-
"""<h1><img src="https://i.imgur.com/52VJ8vS.png" alt="SD"> StableDiffusion Search by Prompt order by Image</h1>""",
|
330 |
elem_id="title",
|
331 |
)
|
332 |
|
@@ -387,8 +387,8 @@ with gr.Blocks(css="custom.css") as demo:
|
|
387 |
'''
|
388 |
gr.Examples(
|
389 |
[
|
390 |
-
["
|
391 |
-
["
|
392 |
["masterpiece, best quality, 1girl, solo, crop top, denim shorts, choker, (graffiti:1.5), paint splatter, arms behind back, against wall, looking at viewer, armband, thigh strap, paint on body, head tilt, bored, multicolored hair, aqua eyes, headset,", "lexica",],
|
393 |
["beautiful home", "enterpix", ],
|
394 |
["interior design of living room", "enterpix", ],
|
|
|
326 |
|
327 |
with gr.Blocks(css="custom.css") as demo:
|
328 |
title = gr.HTML(
|
329 |
+
"""<h1><img src="https://i.imgur.com/52VJ8vS.png" alt="SD"> StableDiffusion Search by Prompt order by Image Embedding</h1>""",
|
330 |
elem_id="title",
|
331 |
)
|
332 |
|
|
|
387 |
'''
|
388 |
gr.Examples(
|
389 |
[
|
390 |
+
["Chinese ink painting", "lexica", ],
|
391 |
+
["silk road", "lexica", ],
|
392 |
["masterpiece, best quality, 1girl, solo, crop top, denim shorts, choker, (graffiti:1.5), paint splatter, arms behind back, against wall, looking at viewer, armband, thigh strap, paint on body, head tilt, bored, multicolored hair, aqua eyes, headset,", "lexica",],
|
393 |
["beautiful home", "enterpix", ],
|
394 |
["interior design of living room", "enterpix", ],
|