OttoYu commited on
Commit
c18dfd9
·
1 Parent(s): cb082e3

Update app.py

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