fffiloni commited on
Commit
0eb700f
1 Parent(s): b1e374f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ with gr.Blocks(css=css) as demo:
296
  )
297
  trigger_word = gr.Textbox(label="Trigger word", interactive=False, visible=False)
298
 
299
- image_in = gr.Image(source="upload", type="filepath")
300
 
301
  with gr.Row():
302
 
 
296
  )
297
  trigger_word = gr.Textbox(label="Trigger word", interactive=False, visible=False)
298
 
299
+ image_in = gr.Image(sources=["upload"], type="filepath")
300
 
301
  with gr.Row():
302