Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ def infer(prompt, seed=42, randomize_seed=True, width=1024, height=1024, num_inf
|
|
94 |
return temp_file_path, seed
|
95 |
|
96 |
examples = [
|
97 |
-
"
|
98 |
-
"
|
99 |
-
"an anime illustration of a
|
100 |
]
|
101 |
|
102 |
with gr.Blocks() as demo:
|
|
|
94 |
return temp_file_path, seed
|
95 |
|
96 |
examples = [
|
97 |
+
"A girl and a boy dancing in the forest",
|
98 |
+
"Tiny cat in a space suite in the moon",
|
99 |
+
"an anime illustration of girl holding book in her hand in a library",
|
100 |
]
|
101 |
|
102 |
with gr.Blocks() as demo:
|