cycool29 commited on
Commit
94d381f
·
verified ·
1 Parent(s): fd02c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with block as demo:
100
  image_input = gr.Image(
101
  type="filepath",
102
  label="Choose Image",
103
- source="upload",
104
  elem_id="image_input",
105
  )
106
  with gr.Column():
 
100
  image_input = gr.Image(
101
  type="filepath",
102
  label="Choose Image",
103
+ sources="upload",
104
  elem_id="image_input",
105
  )
106
  with gr.Column():