Commit
•
751429f
1
Parent(s):
5ecece8
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
149 |
|
150 |
gallery.select(
|
151 |
update_selection,
|
152 |
-
inputs=[width, height]
|
153 |
outputs=[prompt, selected_info, selected_index, width, height]
|
154 |
)
|
155 |
|
|
|
149 |
|
150 |
gallery.select(
|
151 |
update_selection,
|
152 |
+
inputs=[width, height],
|
153 |
outputs=[prompt, selected_info, selected_index, width, height]
|
154 |
)
|
155 |
|