Spaces:
Runtime error
Runtime error
Charlie0804
commited on
Commit
β’
3427f5e
1
Parent(s):
ae2071d
Update app.py
Browse files
app.py
CHANGED
@@ -132,6 +132,7 @@ def main():
|
|
132 |
'./demo_examples/blenheim_palace_bedroom.png',
|
133 |
'./demo_examples/blenheim_palace_living.png',
|
134 |
'./demo_examples/blenheim_palace.JPG',
|
|
|
135 |
],
|
136 |
inputs=[input_image],
|
137 |
cache_examples=False,
|
|
|
132 |
'./demo_examples/blenheim_palace_bedroom.png',
|
133 |
'./demo_examples/blenheim_palace_living.png',
|
134 |
'./demo_examples/blenheim_palace.JPG',
|
135 |
+
'./demo_examples/empty.jpg',
|
136 |
],
|
137 |
inputs=[input_image],
|
138 |
cache_examples=False,
|