multimodalart HF Staff commited on
Commit
2aba134
·
verified ·
1 Parent(s): 070998f

Update app.py

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