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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
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()
 
1
  import gradio as gr
2
 
3
+ model = gr.Interface.load("models/OttoYu/TreeClassification",title="🌳 Tree Classification by Simple machine learning", )
4
  model.launch()