Spaces:
Runtime error
Runtime error
Prgckwb
commited on
Commit
·
038350c
1
Parent(s):
c241116
:tada: init
Browse files
app.py
CHANGED
@@ -337,7 +337,7 @@ if __name__ == '__main__':
|
|
337 |
outputs=ca_output,
|
338 |
cache_examples=True,
|
339 |
examples=[
|
340 |
-
[Image.open("assets/aeroplane.png"), "plane
|
341 |
[Image.open("assets/dogcat.png"), "a photo of dog and cat"],
|
342 |
]
|
343 |
)
|
|
|
337 |
outputs=ca_output,
|
338 |
cache_examples=True,
|
339 |
examples=[
|
340 |
+
[Image.open("assets/aeroplane.png"), "plane background"],
|
341 |
[Image.open("assets/dogcat.png"), "a photo of dog and cat"],
|
342 |
]
|
343 |
)
|