shane666 commited on
Commit
b0ecf6a
·
1 Parent(s): 960a75a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,9 +57,9 @@ def test(image):
57
 
58
 
59
  demo = gr.Interface(
60
- fn=test,
61
- inputs=gr.Image(type='pil'),
62
- outputs='image'
63
  )
64
  demo.launch()
65
 
 
57
 
58
 
59
  demo = gr.Interface(
60
+ fn=Tree_Detection,
61
+ inputs='text',
62
+ outputs='text'
63
  )
64
  demo.launch()
65