sys2 commited on
Commit
c81374d
·
1 Parent(s): f6992c1

First commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def sepia(input_img):
100
  return fig
101
 
102
  demo = gr.Interface(fn=sepia,
103
- inputs=gr.gr.File(),
104
  outputs=['plot'],
105
  examples=["city_1.jpg", "city_2.jpeg", "city_3.jpg"],
106
  allow_flagging='never')
 
100
  return fig
101
 
102
  demo = gr.Interface(fn=sepia,
103
+ inputs=gr.File(),
104
  outputs=['plot'],
105
  examples=["city_1.jpg", "city_2.jpeg", "city_3.jpg"],
106
  allow_flagging='never')