multimodalart HF staff commited on
Commit
25c9ec5
1 Parent(s): 10c555d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ intro = """
123
  </p>
124
  """
125
  css='''
126
- #strip, #gif{min-height: 50px}
127
  '''
128
  examples = [["a dog in the park", "winter", "summer", 1.25], ["a house", "USA suburb", "Europe", 2], ["a tomato", "rotten", "super fresh", 2]]
129
  image_seq = gr.Image(label="Strip", elem_id="strip", height=50)
 
123
  </p>
124
  """
125
  css='''
126
+ #strip, #gif{min-height: 50px; height: auto !important}
127
  '''
128
  examples = [["a dog in the park", "winter", "summer", 1.25], ["a house", "USA suburb", "Europe", 2], ["a tomato", "rotten", "super fresh", 2]]
129
  image_seq = gr.Image(label="Strip", elem_id="strip", height=50)