multimodalart HF staff commited on
Commit
061f662
β€’
1 Parent(s): d368317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 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
 
 
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