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