Spaces:
Runtime error
Runtime error
Update app.py
#3
by
Charlie0804
- opened
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,
|