commenting out image.change
Browse filesimage.change(get_size, image, outputs=[height, width])
app.py
CHANGED
@@ -1530,7 +1530,7 @@ def ui_full(launch_kwargs):
|
|
1530 |
else:
|
1531 |
return 512, 768
|
1532 |
|
1533 |
-
image.change(get_size, image, outputs=[height, width])
|
1534 |
image_a.change(get_size, image_a, outputs=[height_a, width_a])
|
1535 |
s.change(variable_outputs, s, textboxes)
|
1536 |
s_a.change(variable_outputs, s_a, textboxes_a)
|
|
|
1530 |
else:
|
1531 |
return 512, 768
|
1532 |
|
1533 |
+
#image.change(get_size, image, outputs=[height, width])
|
1534 |
image_a.change(get_size, image_a, outputs=[height_a, width_a])
|
1535 |
s.change(variable_outputs, s, textboxes)
|
1536 |
s_a.change(variable_outputs, s_a, textboxes_a)
|