Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ css='''
|
|
| 141 |
#strip, #video{max-height: 256px; min-height: 80px}
|
| 142 |
#video .empty{min-height: 80px}
|
| 143 |
#strip img{object-fit: cover}
|
| 144 |
-
.gradio-container{max-width: 960px !important}
|
| 145 |
'''
|
| 146 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
| 147 |
|
|
|
|
| 141 |
#strip, #video{max-height: 256px; min-height: 80px}
|
| 142 |
#video .empty{min-height: 80px}
|
| 143 |
#strip img{object-fit: cover}
|
| 144 |
+
.gradio-container{max-width: 960px !important; margin: 0 auto;}
|
| 145 |
'''
|
| 146 |
examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
|
| 147 |
|