Blane187 commited on
Commit
09756bf
1 Parent(s): 077a81f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -4,12 +4,19 @@ import gradio as gr
4
 
5
  model = "John6666/pony-diffusion-v6-xl-sdxl-spo"
6
 
 
 
 
 
 
 
 
7
  demo = gr.load(
8
  model,
9
  title="pony-diffusion-v6-xl-sdxl-spo",
10
  src="models",
11
- theme="Blane187/fuchsia"
12
- #examples=examples
13
  )
14
 
15
  demo.launch()
 
4
 
5
  model = "John6666/pony-diffusion-v6-xl-sdxl-spo"
6
 
7
+ examples = [
8
+ "score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, source_furry, source_cartoon, Sonic the Hedgehog, female"
9
+ ]
10
+
11
+
12
+
13
+
14
  demo = gr.load(
15
  model,
16
  title="pony-diffusion-v6-xl-sdxl-spo",
17
  src="models",
18
+ theme="redfr/red",
19
+ examples=examples
20
  )
21
 
22
  demo.launch()