Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
model = gr.Interface.load("models/OttoYu/TreeClassification",title="
|
4 |
model.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
model = gr.Interface.load("models/OttoYu/TreeClassification",title="🌳 Tree Classification by Simple machine learning", )
|
4 |
model.launch()
|