Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ def sepia(input_img):
|
|
| 233 |
return fig
|
| 234 |
|
| 235 |
demo = gr.Interface(fn=sepia,
|
| 236 |
-
inputs=gr.Image(shape=(
|
| 237 |
outputs=['plot'],
|
| 238 |
examples=["testimage1.jpg", "testimage2.jpg", "testimage3.jpg"],
|
| 239 |
allow_flagging='never')
|
|
|
|
| 233 |
return fig
|
| 234 |
|
| 235 |
demo = gr.Interface(fn=sepia,
|
| 236 |
+
inputs=gr.Image(shape=(800, 600)),
|
| 237 |
outputs=['plot'],
|
| 238 |
examples=["testimage1.jpg", "testimage2.jpg", "testimage3.jpg"],
|
| 239 |
allow_flagging='never')
|