ldkong commited on
Commit
60e9bf1
β€’
1 Parent(s): 0e9f0b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ gr.Interface(
135
  gr.Radio(choices=["slash", "spellcard", "walk"], value="walk"),
136
  gr.Radio(choices=["violet", "silver", "purple", "grey", "golden"], value="golden"),
137
  gr.Radio(choices=["grey", "khaki", "linen", "ocre"], value="ocre"),
138
- gr.Radio(choices=["denim", "olive", "brown"], value="white"),
139
  ],
140
  outputs=[
141
  gr.components.Image(type="file", label="Source Avatar (Costumed by You)"),
 
135
  gr.Radio(choices=["slash", "spellcard", "walk"], value="walk"),
136
  gr.Radio(choices=["violet", "silver", "purple", "grey", "golden"], value="golden"),
137
  gr.Radio(choices=["grey", "khaki", "linen", "ocre"], value="ocre"),
138
+ gr.Radio(choices=["denim", "olive", "brown"], value="brown"),
139
  ],
140
  outputs=[
141
  gr.components.Image(type="file", label="Source Avatar (Costumed by You)"),