Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ intro = """
|
|
| 136 |
css='''
|
| 137 |
#strip, #video{max-height: 512px; 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 |
css='''
|
| 137 |
#strip, #video{max-height: 512px; min-height: 65px}
|
| 138 |
#strip img{object-fit: cover}
|
| 139 |
+
.gradio-container{max-width: 1050px !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 |
|