Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,6 @@ with gr.Blocks() as demo:
|
|
| 141 |
# -- Left Column: Settings --
|
| 142 |
with gr.Column(scale=1):
|
| 143 |
image_files_input = gr.Gallery(
|
| 144 |
-
file_count="multiple",
|
| 145 |
file_types=["image"],
|
| 146 |
label="Input Images (Optional)",
|
| 147 |
elem_classes="output-card"
|
|
|
|
| 141 |
# -- Left Column: Settings --
|
| 142 |
with gr.Column(scale=1):
|
| 143 |
image_files_input = gr.Gallery(
|
|
|
|
| 144 |
file_types=["image"],
|
| 145 |
label="Input Images (Optional)",
|
| 146 |
elem_classes="output-card"
|