Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def load_im(img):
|
|
166 |
w+=new_w
|
167 |
yield im_box
|
168 |
h+=new_h
|
169 |
-
|
170 |
with gr.Blocks(css=css) as app:
|
171 |
with gr.Row():
|
172 |
with gr.Column():
|
|
|
166 |
w+=new_w
|
167 |
yield im_box
|
168 |
h+=new_h
|
169 |
+
w=0
|
170 |
with gr.Blocks(css=css) as app:
|
171 |
with gr.Row():
|
172 |
with gr.Column():
|