Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
| 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 |
)
|