Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/OttoYu/TreeClassification"
|
4 |
-
gr.Markdown(""" Upload image should be **60%** covered by vegetation/ trees. """)
|
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]). """)
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/OttoYu/TreeClassification"
|
4 |
+
gr.Markdown(""" Upload image should be **60%** covered by vegetation/ trees. """)
|
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()
|