multimodalart HF staff commited on
Commit
90204ef
·
verified ·
1 Parent(s): 259ac76

Update app.py

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