Spaces:
Runtime error
Runtime error
Commit
β’
061f662
1
Parent(s):
d368317
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ css='''
|
|
136 |
#strip, #video{max-height: 256px; min-height: 65px}
|
137 |
#video .empty{min-height: 65px}
|
138 |
#strip img{object-fit: cover}
|
139 |
-
.gradio-container{max-width:
|
140 |
'''
|
141 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
142 |
|
|
|
136 |
#strip, #video{max-height: 256px; min-height: 65px}
|
137 |
#video .empty{min-height: 65px}
|
138 |
#strip img{object-fit: cover}
|
139 |
+
.gradio-container{max-width: 960px !important}
|
140 |
'''
|
141 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
142 |
|