Spaces:
Sleeping
Sleeping
Commit
·
4f344e9
1
Parent(s):
a8bacaf
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=[sample_selection,
|
160 |
outputs=result_gallery,
|
161 |
)
|
162 |
|
|
|
156 |
|
157 |
gr.Button("Run").click(
|
158 |
fn=process_image,
|
159 |
+
inputs=[sample_selection, selected_models], # Include uploaded image
|
160 |
outputs=result_gallery,
|
161 |
)
|
162 |
|