shane666 commited on
Commit
b4c616c
·
1 Parent(s): 35e2db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -72,10 +72,10 @@ def test(image):
72
  demo = gr.Interface(
73
  fn=Tree_Detection,
74
  inputs=[
75
- gr.components.Textbox(label="说明1"),
76
- gr.components.Textbox(label="说明2:"),
77
- gr.components.Textbox(label="说明3:"),
78
- gr.components.Textbox(label="说明4:"),
79
  ],
80
  outputs=['text', 'image']
81
  )
 
72
  demo = gr.Interface(
73
  fn=Tree_Detection,
74
  inputs=[
75
+ gr.components.Textbox(label="noise: dron=0, explosion=1, soundless=2"),
76
+ gr.components.Textbox(label="rotation: common=0, delay=1"),
77
+ gr.components.Textbox(label="power-up: no=0, yes=1"),
78
+ gr.components.Textbox(label="tempreture: high=0, normal=1"),
79
  ],
80
  outputs=['text', 'image']
81
  )