Upload app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
|
|
235 |
demo = gr.Interface(fn=sepia,
|
236 |
inputs=gr.Image(shape=(400, 600)),
|
237 |
outputs=['plot'],
|
238 |
-
examples=["
|
239 |
allow_flagging='never')
|
240 |
|
241 |
demo.launch()
|
|
|
235 |
demo = gr.Interface(fn=sepia,
|
236 |
inputs=gr.Image(shape=(400, 600)),
|
237 |
outputs=['plot'],
|
238 |
+
examples=["bus.jpg", "office.jpg", "street.jpg", "kitchen.jpg"],
|
239 |
allow_flagging='never')
|
240 |
|
241 |
demo.launch()
|