Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ interface = gr.Interface(
|
|
6 |
model,
|
7 |
inputs=gr.Textbox(label="Type your imagination:"),
|
8 |
outputs=gr.Image(label="Gen Image"),
|
9 |
-
theme="NoCrypt/miku"
|
|
|
10 |
)
|
11 |
|
12 |
interface.launch()
|
|
|
6 |
model,
|
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", None)]
|
11 |
)
|
12 |
|
13 |
interface.launch()
|