Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
6c283b9
1
Parent(s):
04d020a
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
44 |
return image, seed
|
45 |
|
46 |
examples = [
|
|
|
47 |
"real model girl in real life"
|
48 |
]
|
49 |
|
|
|
44 |
return image, seed
|
45 |
|
46 |
examples = [
|
47 |
+
"real model smile girl in real life",
|
48 |
"real model girl in real life"
|
49 |
]
|
50 |
|