Spaces:
Runtime error
Runtime error
urbanManul
commited on
Commit
·
3b2eef6
1
Parent(s):
beab4e3
correct-typo
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def sepia(input_img):
|
|
106 |
demo = gr.Interface(fn=sepia,
|
107 |
inputs=gr.Image(shape=(400, 600)),
|
108 |
outputs=['plot'],
|
109 |
-
examples=['
|
110 |
allow_flagging='never')
|
111 |
|
112 |
demo.launch()
|
|
|
106 |
demo = gr.Interface(fn=sepia,
|
107 |
inputs=gr.Image(shape=(400, 600)),
|
108 |
outputs=['plot'],
|
109 |
+
examples=['example-1.jpg', 'example-2.jpg', 'example-3.jpg', 'example-4.png', 'example-5.png'],
|
110 |
allow_flagging='never')
|
111 |
|
112 |
demo.launch()
|