ldkong commited on
Commit
2c43fbf
β€’
1 Parent(s): 95ec167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="shoot"),
47
  gr.Radio(choices=["green", "yellow", "rose", "red", "wine"], value="green"),
48
- gr.Slider(0, 3, label='Top', step=1, default=0),
49
- gr.Slider(0, 4, label='Bottom', step=1, default=0)
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,