Oysiyl commited on
Commit
6ccc16b
·
verified ·
1 Parent(s): 735d8fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ demo = gr.Interface(
45
  ],
46
  outputs="image",
47
  title="Android toy SDXL demo",
48
- description="Generate images with android toy!! Just specify an android toy somewhere in the prompt or click on the example provided below",
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]],
 
45
  ],
46
  outputs="image",
47
  title="Android toy SDXL 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 3 minutes if the model is sleeping, then approximately 40 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]],