Sa-m commited on
Commit
6a269e3
·
verified ·
1 Parent(s): 6b42335

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
90
  fn=classify_image,
91
  inputs=gr.Image(
92
  label="Input Image",
93
- source="upload",
94
  type="numpy",
95
  height=HEIGHT,
96
  width=WIDTH
 
90
  fn=classify_image,
91
  inputs=gr.Image(
92
  label="Input Image",
93
+ sources="upload",
94
  type="numpy",
95
  height=HEIGHT,
96
  width=WIDTH