ldkong commited on
Commit
91da200
·
1 Parent(s): 90dc135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"),