multimodalart HF staff commited on
Commit
2935cbc
1 Parent(s): fbdf399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -98,6 +98,9 @@ css="""
98
  #result img{
99
  object-position: top;
100
  }
 
 
 
101
  """
102
  with gr.Blocks(css=css) as demo:
103
  with gr.Column(elem_id="col-container"):
 
98
  #result img{
99
  object-position: top;
100
  }
101
+ #result .image-container{
102
+ height: 100%
103
+ }
104
  """
105
  with gr.Blocks(css=css) as demo:
106
  with gr.Column(elem_id="col-container"):