Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|