OttoYu commited on
Commit
37862f6
·
1 Parent(s): 1e4b229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/OttoYu/TreeClassification").launch()
4
- examples = [["img1.jpg"], ["img2.jpg”]]
5
- gr.Interface(segment, i, o, examples=examples, allow_flagging=False, analytics_enabled=False, thumbnail=thumbnail, cache_examples=False).launch()
 
1
  import gradio as gr
2
 
3
  gr.Interface.load("models/OttoYu/TreeClassification").launch()
4
+ gr.Markdown(""" Upload image should be **60%** covered by vegetation/ trees. """)
5
+ gr.Markdown(""" We will upgrade and impor the tree classification in this summer. For more details, your are feel free to content Otto Yu ([email protected]). """)