Oysiyl commited on
Commit
f22f468
·
verified ·
1 Parent(s): e3af225

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,10 +45,10 @@ demo = gr.Interface(
45
  ],
46
  outputs="image",
47
  title="Android toy SD demo",
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 10 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 Statue of Liberty", 1.0, 7.5, 50, 42]],
52
  cache_examples=True
53
  )
54
  demo.launch()
 
45
  ],
46
  outputs="image",
47
  title="Android toy SD demo",
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()