Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
import os
|
3 |
-
|
4 |
model=gr.Interface.load("models/OttoYu/TreeClassification",
|
5 |
title="🌳 Tree Classification by Simple machine learning",
|
6 |
-
description="This web application can identify trees with only one image upload. Since this application is on trial, if you find any errors, please contact [email protected]."
|
7 |
-
|
8 |
-
"__main__": model.launch()
|
|
|
1 |
import gradio as gr
|
|
|
|
|
2 |
model=gr.Interface.load("models/OttoYu/TreeClassification",
|
3 |
title="🌳 Tree Classification by Simple machine learning",
|
4 |
+
description="This web application can identify trees with only one image upload. Since this application is on trial, if you find any errors, please contact [email protected].")
|
5 |
+
model.launch()
|
|