Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,6 @@ def run(action, hair, top, bottom):
|
|
| 111 |
gr.Interface(
|
| 112 |
run,
|
| 113 |
inputs=[
|
| 114 |
-
gr.Interpretation("Source Avatar")
|
| 115 |
gr.Radio(choices=["shoot", "slash", "spellcard", "thrust", "walk"], value="shoot"),
|
| 116 |
gr.Radio(choices=["green", "yellow", "rose", "red", "wine"], value="green"),
|
| 117 |
gr.Radio(choices=["brown", "blue", "white"], value="brown"),
|
|
|
|
| 111 |
gr.Interface(
|
| 112 |
run,
|
| 113 |
inputs=[
|
|
|
|
| 114 |
gr.Radio(choices=["shoot", "slash", "spellcard", "thrust", "walk"], value="shoot"),
|
| 115 |
gr.Radio(choices=["green", "yellow", "rose", "red", "wine"], value="green"),
|
| 116 |
gr.Radio(choices=["brown", "blue", "white"], value="brown"),
|