Blane187 commited on
Commit
065bc7b
·
verified ·
1 Parent(s): 488c231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
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
- demo.launch()
 
 
 
 
 
 
 
 
 
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()