Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/OttoYu/LeafCondition",
|
4 |
title="Leaf Health๐๐๐ฟ๐ Classification (bilingual)",
|
5 |
-
description="This online application covers different types of leaf health conditions over 250+ images.")
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
model = gr.Interface.load("models/OttoYu/LeafCondition",
|
4 |
title="Leaf Health๐๐๐ฟ๐ Classification (bilingual)",
|
5 |
+
description="This online application covers different types of leaf health conditions over 250+ images.")
|
6 |
+
|
7 |
+
model.launch()
|