Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -174,9 +174,9 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
| 174 |
gr.Examples(
|
| 175 |
examples=[
|
| 176 |
["examples/player.jpg", "player in white", 0.5],
|
| 177 |
-
["examples/
|
| 178 |
["examples/taxi.jpg", "blue taxi", 0.5],
|
| 179 |
-
["examples/
|
| 180 |
],
|
| 181 |
inputs=[input_image, text_prompt, threshold],
|
| 182 |
outputs=[output_image],
|
|
|
|
| 174 |
gr.Examples(
|
| 175 |
examples=[
|
| 176 |
["examples/player.jpg", "player in white", 0.5],
|
| 177 |
+
["examples/goldencat.jpg", "goldencat", 0.4],
|
| 178 |
["examples/taxi.jpg", "blue taxi", 0.5],
|
| 179 |
+
["examples/dress.jpg", "dress", 0.5],
|
| 180 |
],
|
| 181 |
inputs=[input_image, text_prompt, threshold],
|
| 182 |
outputs=[output_image],
|