Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ def generate_image(text, seed):
|
|
13 |
return model(text)
|
14 |
|
15 |
examples = [
|
16 |
-
["Humanoid Cat
|
|
|
17 |
]
|
18 |
|
19 |
interface = gr.Interface(
|
|
|
13 |
return model(text)
|
14 |
|
15 |
examples = [
|
16 |
+
["Humanoid Cat Warrior, Full View"],
|
17 |
+
["Fantasy dragon warrior"]
|
18 |
]
|
19 |
|
20 |
interface = gr.Interface(
|