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