app
Browse files- 558.jpg +0 -0
- app.py +1 -1
- person-3.jpg +0 -0
558.jpg
ADDED
app.py
CHANGED
@@ -122,7 +122,7 @@ def sepia(input_img):
|
|
122 |
demo = gr.Interface(fn=sepia,
|
123 |
inputs=gr.Image(shape=(400, 600)),
|
124 |
outputs=['plot'],
|
125 |
-
examples=["person-1.jpg", "person-2.jpg", "
|
126 |
allow_flagging='never')
|
127 |
|
128 |
|
|
|
122 |
demo = gr.Interface(fn=sepia,
|
123 |
inputs=gr.Image(shape=(400, 600)),
|
124 |
outputs=['plot'],
|
125 |
+
examples=["person-1.jpg", "person-2.jpg", "558.jpg", "person-4.jpg", "OIP.jpg"],
|
126 |
allow_flagging='never')
|
127 |
|
128 |
|
person-3.jpg
DELETED
Binary file (8.61 kB)
|
|