Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,7 @@ def generate_image(text):
|
|
8 |
return model(text)
|
9 |
|
10 |
examples = [
|
11 |
-
["Humanoid Cat Warrior, Full View"]
|
12 |
-
["Futuristic Robot in Space, Full View"],
|
13 |
-
["Fantasy Dragon in Flight, Full View"]
|
14 |
]
|
15 |
|
16 |
interface = gr.Interface(
|
|
|
8 |
return model(text)
|
9 |
|
10 |
examples = [
|
11 |
+
["Humanoid Cat Warrior, Full View"]
|
|
|
|
|
12 |
]
|
13 |
|
14 |
interface = gr.Interface(
|