kcelia commited on
Commit
e6267cc
•
1 Parent(s): cfdb7e8

chore: replace source by sources

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -389,7 +389,7 @@ with demo:
389
  with gr.Row():
390
  input_image = gr.Image(
391
  value=None, label="Upload an image here.", height=256,
392
- width=256, source="upload", interactive=True,
393
  )
394
 
395
  examples = gr.Examples(
 
389
  with gr.Row():
390
  input_image = gr.Image(
391
  value=None, label="Upload an image here.", height=256,
392
+ width=256, sources="upload", interactive=True,
393
  )
394
 
395
  examples = gr.Examples(