Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,4 +4,12 @@ import os
|
|
4 |
model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
|
5 |
|
6 |
demo = gr.load(model, src="models", theme="Blane187/fuchsia")
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
|
5 |
|
6 |
demo = gr.load(model, src="models", theme="Blane187/fuchsia")
|
7 |
+
|
8 |
+
examples = gr.Examples(
|
9 |
+
examples=[
|
10 |
+
["ai hoshino, long hair, bangs, purple eyes, purple hair, symbol-shaped pupils,"],
|
11 |
+
],
|
12 |
+
inputs=["num_1"],
|
13 |
+
)
|
14 |
+
|
15 |
+
demo.launch()
|