OttoYu commited on
Commit
322f505
·
1 Parent(s): e6eb021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Parallel(model1,model2).launch()
 
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()