Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def sepia(input_img):
|
|
| 104 |
demo = gr.Interface(fn=sepia,
|
| 105 |
inputs=gr.Image(shape=(400, 600)),
|
| 106 |
outputs=['plot'],
|
| 107 |
-
examples=["
|
| 108 |
allow_flagging='never')
|
| 109 |
|
| 110 |
|
|
|
|
| 104 |
demo = gr.Interface(fn=sepia,
|
| 105 |
inputs=gr.Image(shape=(400, 600)),
|
| 106 |
outputs=['plot'],
|
| 107 |
+
examples=["ex1.jpg", "ex2.jpg", "ex3.jpg", "ex4.jpg", "ex5.jpg", ],
|
| 108 |
allow_flagging='never')
|
| 109 |
|
| 110 |
|