work
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ def sepia(input_img):
|
|
| 126 |
demo = gr.Interface(fn=sepia,
|
| 127 |
inputs=gr.Image(shape=(400, 600)),
|
| 128 |
outputs=['plot'],
|
| 129 |
-
examples=["
|
| 130 |
allow_flagging='never')
|
| 131 |
|
| 132 |
demo.launch()
|
|
|
|
| 126 |
demo = gr.Interface(fn=sepia,
|
| 127 |
inputs=gr.Image(shape=(400, 600)),
|
| 128 |
outputs=['plot'],
|
| 129 |
+
examples=["image1.jpg","image2.jpg","image3.jpg","image4.jpg",],
|
| 130 |
allow_flagging='never')
|
| 131 |
|
| 132 |
demo.launch()
|