Spaces:
Sleeping
Sleeping
Commit
·
08ceaa4
1
Parent(s):
190fdf9
Rename app (1).txt to app.py
Browse files- app (1).txt → app.py +1 -2
app (1).txt → app.py
RENAMED
@@ -104,8 +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 |
-
"sidewalk-5.jpeg"],
|
109 |
allow_flagging='never')
|
110 |
|
111 |
|
|
|
104 |
demo = gr.Interface(fn=sepia,
|
105 |
inputs=gr.Image(shape=(400, 600)),
|
106 |
outputs=['plot'],
|
107 |
+
examples=["citiscapes-1.jpeg", "citiscapes-2.jpeg"],
|
|
|
108 |
allow_flagging='never')
|
109 |
|
110 |
|