Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -438,7 +438,7 @@ def example(b):
|
|
438 |
# Here is the code.
|
439 |
""")
|
440 |
with gr.Column():
|
441 |
-
im = gr.Image(show_label=False)
|
442 |
# im.style(preview=True, object_fit="scale-down", columns=1, container=True)
|
443 |
msg_box = gr.HTML(label="", show_label=False)
|
444 |
|
|
|
438 |
# Here is the code.
|
439 |
""")
|
440 |
with gr.Column():
|
441 |
+
im = gr.Image(show_label=False)
|
442 |
# im.style(preview=True, object_fit="scale-down", columns=1, container=True)
|
443 |
msg_box = gr.HTML(label="", show_label=False)
|
444 |
|