Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -264,12 +264,8 @@ with gr.Blocks() as demo:
|
|
264 |
gr.Markdown("---") # Separator
|
265 |
gr.Examples(
|
266 |
examples=[
|
267 |
-
[
|
268 |
-
|
269 |
-
[
|
270 |
-
"https://www.shutterstock.com/shutterstock/photos/1905929728/display_1500/stock-photo-skeptic-surprised-cat-thinking-dont-know-what-to-do-big-eyes-closeup-tabby-cat-look-side-dont-1905929728.jpg", None],
|
271 |
-
[
|
272 |
-
"https://www.shutterstock.com/shutterstock/photos/2501926843/display_1500/stock-photo-brunette-woman-laying-on-couch-cuddling-light-brown-dog-and-brown-tabby-cat-happy-2501926843.jpg", None]
|
273 |
],
|
274 |
inputs=[image_url, file_upload_input] # Link examples to both inputs
|
275 |
)
|
|
|
264 |
gr.Markdown("---") # Separator
|
265 |
gr.Examples(
|
266 |
examples=[
|
267 |
+
["https://www.shutterstock.com/shutterstock/photos/2429728793/display_1500/stock-photo-monkey-funny-open-mouth-and-showing-teeth-crazy-nature-angry-short-hair-brown-grand-bassin-2429728793.jpg", None], # Need None for the upload input
|
268 |
+
["https://www.shutterstock.com/shutterstock/photos/2501926843/display_1500/stock-photo-brunette-woman-laying-on-couch-cuddling-light-brown-dog-and-brown-tabby-cat-happy-2501926843.jpg", None]
|
|
|
|
|
|
|
|
|
269 |
],
|
270 |
inputs=[image_url, file_upload_input] # Link examples to both inputs
|
271 |
)
|