OttoYu's picture
Update app.py
e1434fb
raw
history blame
357 Bytes
import gradio as gr
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.").launch()