OttoYu commited on
Commit
a236e9c
·
1 Parent(s): 260fad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,4 +2,5 @@ import gradio as gr
2
 
3
  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].").launch()
 
 
2
 
3
  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
+ examples=[img1.jpg, img2.jpg, img3.jpg],).launch()