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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
2
 
3
- model = gr.Interface.load("models/OttoYu/TreeClassification",title="🌳 Tree Classification by Simple machine learning", )
 
 
4
  model.launch()
 
1
  import gradio as gr
2
 
3
+ model = gr.Interface.load("models/OttoYu/TreeClassification",
4
+ title="🌳 Tree Classification by Simple machine learning",
5
+ description="This web application can identify trees with only one image upload. Since this application is on trial, if you find any errors, please contact [email protected]. ")
6
  model.launch()