Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def process_images(images, advanced):
|
|
83 |
|
84 |
# Gradio Interface: Upload multiple images and choose the processing method.
|
85 |
inputs = [
|
86 |
-
gr.File(type="
|
87 |
gr.Checkbox(label="Advanced: Stabilize & Crop Before Fusion", value=False)
|
88 |
]
|
89 |
|
|
|
83 |
|
84 |
# Gradio Interface: Upload multiple images and choose the processing method.
|
85 |
inputs = [
|
86 |
+
gr.File(type="filepath", label="Upload Images", file_count="multiple"),
|
87 |
gr.Checkbox(label="Advanced: Stabilize & Crop Before Fusion", value=False)
|
88 |
]
|
89 |
|