Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,11 +97,11 @@ with gr.Blocks() as demo:
|
|
| 97 |
|
| 98 |
gr.Examples(
|
| 99 |
examples=[
|
| 100 |
-
["huggingface.png", "An embroidered hat"],
|
| 101 |
-
["awesome.png", "A tattoo on a leg"],
|
| 102 |
-
["dvd_logo.png", "a flower pot"]
|
| 103 |
],
|
| 104 |
-
inputs=[input_image, prompt_input],
|
| 105 |
outputs=[output_image, output_side],
|
| 106 |
fn=generate,
|
| 107 |
cache_examples="lazy"
|
|
|
|
| 97 |
|
| 98 |
gr.Examples(
|
| 99 |
examples=[
|
| 100 |
+
["huggingface.png", "A Hugging Face emoji logo", "An embroidered hat"],
|
| 101 |
+
["awesome.png", "An awesome face logo", "A tattoo on a leg"],
|
| 102 |
+
["dvd_logo.png", "A DVD logo", "a flower pot"]
|
| 103 |
],
|
| 104 |
+
inputs=[input_image, prompt_description, prompt_input],
|
| 105 |
outputs=[output_image, output_side],
|
| 106 |
fn=generate,
|
| 107 |
cache_examples="lazy"
|