CiaraRowles commited on
Commit
6d78320
·
verified ·
1 Parent(s): badd631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
84
  gr.Markdown("Demo for the [CiaraRowles/IP-Adapter-Instruct model](https://huggingface.co/CiaraRowles/IP-Adapter-Instruct)")
85
  with gr.Row():
86
  with gr.Column():
87
- files = gr.Files(
88
  label="Drag 1 input image",
89
  file_types="image"
90
  )
 
84
  gr.Markdown("Demo for the [CiaraRowles/IP-Adapter-Instruct model](https://huggingface.co/CiaraRowles/IP-Adapter-Instruct)")
85
  with gr.Row():
86
  with gr.Column():
87
+ files = gr.File(
88
  label="Drag 1 input image",
89
  file_types="image"
90
  )