Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,4 +7,4 @@ 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 |
|
10 |
-
gr.
|
|
|
7 |
title="🦠 Tree Disease Classification (bilingual)",
|
8 |
description="This online application covers 22 most typical tree disease over 140+ images.")
|
9 |
|
10 |
+
gr.Series(model1,model2).launch()
|