Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,10 @@ gr.Interface(
|
|
43 |
path,
|
44 |
inputs=[
|
45 |
gr.Radio(choices=["shoot", "slash", "spellcard", "thrust", "walk"], value="shoot"),
|
46 |
-
gr.Radio(choices=["human", "alien"], value="
|
47 |
gr.Radio(choices=["green", "yellow", "rose", "red", "wine"], value="green"),
|
48 |
-
gr.
|
49 |
-
gr.
|
50 |
],
|
51 |
outputs="image",
|
52 |
live=False,
|
|
|
43 |
path,
|
44 |
inputs=[
|
45 |
gr.Radio(choices=["shoot", "slash", "spellcard", "thrust", "walk"], value="shoot"),
|
46 |
+
gr.Radio(choices=["human", "alien"], value="human"),
|
47 |
gr.Radio(choices=["green", "yellow", "rose", "red", "wine"], value="green"),
|
48 |
+
gr.Radio(choices=["brown", "blue", "white"], value="brown"),
|
49 |
+
gr.Radio(choices=["while", "golden", "red", "silver"], value="white"),
|
50 |
],
|
51 |
outputs="image",
|
52 |
live=False,
|