Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,6 @@ model1 = gr.Interface.load("models/OttoYu/TreeClassification",
|
|
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.
|
10 |
|
11 |
gr.Parallel(model1,model2).launch()
|
|
|
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.")
|
10 |
|
11 |
gr.Parallel(model1,model2).launch()
|