Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
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 |
-
model2 = gr.Interface.load("models/OttoYu/TreeDisease
|
7 |
title="π¦ Tree Disease Classification (bilingual)",
|
8 |
description="This online application covers 22 most typical tree disease over 140+ images.")
|
9 |
|
|
|
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 |
+
model2 = gr.Interface.load("models/OttoYu/TreeDisease",
|
7 |
title="π¦ Tree Disease Classification (bilingual)",
|
8 |
description="This online application covers 22 most typical tree disease over 140+ images.")
|
9 |
|