Spaces:
Runtime error
Runtime error
parkchihoon
commited on
Commit
·
f427cf3
1
Parent(s):
e88a300
세번째 커밋
Browse files
app.py
CHANGED
@@ -103,7 +103,7 @@ def sepia(input_img):
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(400, 600)),
|
105 |
outputs=['plot'],
|
106 |
-
examples=[
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|
|
|
103 |
demo = gr.Interface(fn=sepia,
|
104 |
inputs=gr.Image(shape=(400, 600)),
|
105 |
outputs=['plot'],
|
106 |
+
examples=['person-1.jpg', 'person-2.jpg', 'person-3.jpg', 'person-4.jpg', 'person-5.jpg'],
|
107 |
allow_flagging='never')
|
108 |
|
109 |
|