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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -1,5 +1,6 @@
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]). """)
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/OttoYu/TreeClassification"
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]). """)
6
+ ).launch()