Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ interface = gr.Interface(
|
|
7 |
inputs=gr.Textbox(label="Type your imagination:"),
|
8 |
outputs=gr.Image(label="Gen Image"),
|
9 |
theme="NoCrypt/miku",
|
10 |
-
examples=[
|
11 |
)
|
12 |
|
13 |
interface.launch()
|
|
|
7 |
inputs=gr.Textbox(label="Type your imagination:"),
|
8 |
outputs=gr.Image(label="Gen Image"),
|
9 |
theme="NoCrypt/miku",
|
10 |
+
examples=["Humanoid Cat Warrior, Full View"]
|
11 |
)
|
12 |
|
13 |
interface.launch()
|