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