multimodalart HF staff commited on
Commit
e32f66c
1 Parent(s): 3664c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ intro = """
119
  """
120
  css='''
121
  #strip, #gif{max-height: 170px; min-height: 65px}
 
122
  '''
123
  examples = [["a dog in the park", "winter", "summer", 1.25], ["a house", "USA suburb", "Europe", 2], ["a tomato", "rotten", "super fresh", 2]]
124
 
 
119
  """
120
  css='''
121
  #strip, #gif{max-height: 170px; min-height: 65px}
122
+ #strip img{object-fit: cover}
123
  '''
124
  examples = [["a dog in the park", "winter", "summer", 1.25], ["a house", "USA suburb", "Europe", 2], ["a tomato", "rotten", "super fresh", 2]]
125