OttoYu commited on
Commit
9f0ae6d
·
1 Parent(s): 9dcfc9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import gradio as gr
2
 
3
  model1 = 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
 
7
  model2 = gr.Interface.load("models/OttoYu/TreeDisease”,
8
- title="🦠 Tree Disease Classification (bilingual)”,
9
- description=“This online application covers 22 most typical tree disease over 140+ images. Since this application is on trial, if you find any errors, please contact [email protected].“)
10
 
11
  gr.Parallel(model1,model2).lanch()
 
1
  import gradio as gr
2
 
3
  model1 = 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
 
7
  model2 = gr.Interface.load("models/OttoYu/TreeDisease”,
8
+ title="🦠 Tree Disease Classification (bilingual)",
9
+ description="This online application covers 22 most typical tree disease over 140+ images. Since this application is on trial, if you find any errors, please contact [email protected].")
10
 
11
  gr.Parallel(model1,model2).lanch()