OttoYu commited on
Commit
bc745d2
·
1 Parent(s): 40dc064

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ torch.hub.download_url_to_file('https://huggingface.co/spaces/OttoYu/TreeClassif
5
  gr.Interface.load("models/OttoYu/TreeClassification",
6
  title="🌳 Tree Classification by Simple machine learning",
7
  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]."
8
- examples =[[‘img1.jpg’]]).launch()
 
5
  gr.Interface.load("models/OttoYu/TreeClassification",
6
  title="🌳 Tree Classification by Simple machine learning",
7
  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]."
8
+ examples =[[‘tree1.jpg’]]).launch()