File size: 436 Bytes
9c446bf
1ec305c
05d992f
6e63413
05d992f
 
 
1
2
3
4
5
6
7
import gradio as gr

model = gr.Interface.load("models/OttoYu/TreeClassification",
                  title="🌳 Tree Classification by Simple machine learning",
                  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 exottoyu@gmail.com.",
                         gr.File(file_count="multiple"),"file")
model.launch()