Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import numpy as np
|
|
9 |
from PIL import Image
|
10 |
import spaces
|
11 |
import torch
|
12 |
-
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
# Midjourney Free on <a href='https://gpt-chatbot.ru/' target='_blank'>GPT-ChatBot.ru</a>
|
@@ -87,10 +87,12 @@ def generate(
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
|
|
|
|
94 |
]
|
95 |
|
96 |
css = '''
|
|
|
9 |
from PIL import Image
|
10 |
import spaces
|
11 |
import torch
|
12 |
+
from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
13 |
|
14 |
DESCRIPTION = """
|
15 |
# Midjourney Free on <a href='https://gpt-chatbot.ru/' target='_blank'>GPT-ChatBot.ru</a>
|
|
|
87 |
return image_paths, seed
|
88 |
|
89 |
examples = [
|
90 |
+
"neon holography crystal cat",
|
91 |
+
"a cat eating a piece of cheese",
|
92 |
+
"an astronaut riding a horse in space",
|
93 |
+
"a cartoon of a boy playing with a tiger",
|
94 |
+
"a cute robot artist painting on an easel, concept art",
|
95 |
+
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
96 |
]
|
97 |
|
98 |
css = '''
|