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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -1,6 +1,4 @@
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()
 
1
  import gradio as gr
2
 
3
+ model = gr.Interface.load("models/OttoYu/TreeClassification",title="pload image should be **60%** covered by vegetation/ trees.")
4
+ model.launch()