Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/OttoYu/TreeClassification"
|
4 |
-
|
5 |
-
gr.Markdown(""" We will upgrade and impor the tree classification in this summer. For more details, your are feel free to content Otto Yu ([email protected]). """)
|
6 |
-
).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
model = gr.Interface.load("models/OttoYu/TreeClassification",title="pload image should be **60%** covered by vegetation/ trees.")
|
4 |
+
model.launch()
|
|
|
|