Update app.py
Browse files
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="
|
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)"),
|