Spaces:
Sleeping
Sleeping
Commit
·
1d930ef
1
Parent(s):
4f344e9
Fix: interface layout
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as interface:
|
|
156 |
|
157 |
gr.Button("Run").click(
|
158 |
fn=process_image,
|
159 |
-
inputs=[
|
160 |
outputs=result_gallery,
|
161 |
)
|
162 |
|
|
|
156 |
|
157 |
gr.Button("Run").click(
|
158 |
fn=process_image,
|
159 |
+
inputs=[upload_image, selected_models], # Include uploaded image
|
160 |
outputs=result_gallery,
|
161 |
)
|
162 |
|