shane666 commited on
Commit
332327d
·
1 Parent(s): 000f793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def test(image):
71
 
72
  demo = gr.Interface(
73
  fn=Tree_Detection,
74
- inputs=['text','text','text','text'],
75
  outputs=['text', 'image']
76
  )
77
  demo.launch()
 
71
 
72
  demo = gr.Interface(
73
  fn=Tree_Detection,
74
+ inputs=['text'(lable='123'),'text','text','text'],
75
  outputs=['text', 'image']
76
  )
77
  demo.launch()