srush HF staff commited on
Commit
cb3a2e3
1 Parent(s): 5e839f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).style()
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