GoBoKyung
commited on
Commit
Β·
115acc7
1
Parent(s):
798e316
logic3
Browse files
1.jpeg
ADDED
2.jpeg
ADDED
3.jpeg
ADDED
4.jpeg
ADDED
5.jpeg
ADDED
6.jpeg
ADDED
app.py
CHANGED
@@ -120,7 +120,7 @@ def sepia(input_img):
|
|
120 |
demo = gr.Interface(fn=sepia,
|
121 |
inputs=gr.Image(shape=(400, 600)),
|
122 |
outputs=['plot'],
|
123 |
-
examples=["
|
124 |
allow_flagging='never')
|
125 |
|
126 |
|
|
|
120 |
demo = gr.Interface(fn=sepia,
|
121 |
inputs=gr.Image(shape=(400, 600)),
|
122 |
outputs=['plot'],
|
123 |
+
examples=["1.jpeg", "2.jpeg", "3.jpeg", "4.jpeg", "5.jpeg", "6.jpeg"],
|
124 |
allow_flagging='never')
|
125 |
|
126 |
|