Spaces:
Sleeping
Sleeping
Commit
·
963ac87
1
Parent(s):
34982ff
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def sepia(input_img):
|
|
121 |
demo = gr.Interface(fn=sepia,
|
122 |
inputs=gr.Image(shape=(400, 600)),
|
123 |
outputs=['plot', 'text'],
|
124 |
-
examples=["citiscapes-1.jpeg", "citiscapes-2.jpeg"],
|
125 |
allow_flagging='never')
|
126 |
|
127 |
demo.launch()
|
|
|
121 |
demo = gr.Interface(fn=sepia,
|
122 |
inputs=gr.Image(shape=(400, 600)),
|
123 |
outputs=['plot', 'text'],
|
124 |
+
examples=["citiscapes-1.jpeg", "citiscapes-2.jpeg", "citiscapes-3.jpeg", "citiscapes-4.jpeg"],
|
125 |
allow_flagging='never')
|
126 |
|
127 |
demo.launch()
|