Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -345,9 +345,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
345 |
gr.Examples(
|
346 |
examples=[
|
347 |
["./assets/cat_squished.png", "a cat toy", "a cat toy riding a skate"],
|
348 |
-
["./assets/hf.png", "hugging face logo", "a hugging face logo on a hat"]
|
349 |
-
["./assets/bear_plushie.jpg", "a bear plushie", "a bear plushie drinking bubble tea"]
|
350 |
-
|
351 |
],
|
352 |
inputs=[input_image, subject_name, target_prompt],
|
353 |
outputs=output_image,
|
|
|
345 |
gr.Examples(
|
346 |
examples=[
|
347 |
["./assets/cat_squished.png", "a cat toy", "a cat toy riding a skate"],
|
348 |
+
["./assets/hf.png", "hugging face logo", "a hugging face logo on a hat"],
|
349 |
+
["./assets/bear_plushie.jpg", "a bear plushie", "a bear plushie drinking bubble tea"]
|
|
|
350 |
],
|
351 |
inputs=[input_image, subject_name, target_prompt],
|
352 |
outputs=output_image,
|