Oysiyl commited on
Commit
d3b8e45
1 Parent(s): f22f468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ demo = gr.Interface(
48
  description="Generate images with android toy!! Just specify an android toy somewhere in the prompt or click on the example provided below. The first run could take up to 2 minutes if the model is sleeping, then approximately 9 seconds per one request",
49
  examples=[["An android toy near Eiffel Tower", 1.0, 7.5, 50, 42],
50
  ["A blue android toy in snow near Eiffel Tower in winter", 1.0, 7.5, 50, 42],
51
- ["An android toy flying near the lake", 1.0, 7.5, 50, 42]],
52
  cache_examples=True
53
  )
54
  demo.launch()
 
48
  description="Generate images with android toy!! Just specify an android toy somewhere in the prompt or click on the example provided below. The first run could take up to 2 minutes if the model is sleeping, then approximately 9 seconds per one request",
49
  examples=[["An android toy near Eiffel Tower", 1.0, 7.5, 50, 42],
50
  ["A blue android toy in snow near Eiffel Tower in winter", 1.0, 7.5, 50, 42],
51
+ ["An android toy on top of a brick", 1.0, 7.5, 50, 42]],
52
  cache_examples=True
53
  )
54
  demo.launch()