Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ demo = gr.Interface(fn=sepia,
|
|
101 |
#inputs=gr.Image(shape=(1024, 1024)),
|
102 |
inputs=gr.Image(type='pil', preprocess=lambda x: x.resize((1024, 1024))),
|
103 |
outputs=['plot'],
|
104 |
-
examples=["city-
|
105 |
allow_flagging='never')
|
106 |
|
107 |
|
|
|
101 |
#inputs=gr.Image(shape=(1024, 1024)),
|
102 |
inputs=gr.Image(type='pil', preprocess=lambda x: x.resize((1024, 1024))),
|
103 |
outputs=['plot'],
|
104 |
+
examples=["city-1c.jpg"],
|
105 |
allow_flagging='never')
|
106 |
|
107 |
|