multimodalart HF Staff commited on
Commit
1db7c01
·
verified ·
1 Parent(s): 7f0776b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ css='''
153
  #strip img{object-fit: cover}
154
  .gradio-container{max-width: 960px !important; margin: 0 auto;}
155
  '''
156
- examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5]]
157
 
158
  with gr.Blocks(css=css) as demo:
159
 
 
153
  #strip img{object-fit: cover}
154
  .gradio-container{max-width: 960px !important; margin: 0 auto;}
155
  '''
156
+ examples = [["a dog in the park", "winter", "summer", 1.5], ["a house", "USA suburb", "Europe", 2.5], ["a tomato", "rotten", "super fresh", 2.5], ["a phone", "from the past", "from the future", 2.5]]
157
 
158
  with gr.Blocks(css=css) as demo:
159