Spaces:
Runtime error
Runtime error
Commit
β’
e32f66c
1
Parent(s):
3664c52
Update app.py
Browse files
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 |
|