Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|
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()
|