Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ def sepia(input_img):
|
|
241 |
demo = gr.Interface(sepia,
|
242 |
gr.Image(shape=(200, 200)),
|
243 |
outputs=['plot'],
|
244 |
-
examples=["ADE_val_00000001.jpeg", "ADE_val_00001159", "ADE_val_00001248", "ADE_val_00001472"],
|
245 |
allow_flagging='never')
|
246 |
|
247 |
demo.launch()
|
|
|
241 |
demo = gr.Interface(sepia,
|
242 |
gr.Image(shape=(200, 200)),
|
243 |
outputs=['plot'],
|
244 |
+
examples=["ADE_val_00000001.jpeg", "ADE_val_00001159.jpg", "ADE_val_00001248.jpg", "ADE_val_00001472.jpg"],
|
245 |
allow_flagging='never')
|
246 |
|
247 |
demo.launch()
|