Image-place / app.py
OttoYu's picture
Update app.py
c17088e
import gradio as gr
gr.Interface.load("models/OttoYu/Image-place",
title="Image-place classifier πŸ“",
description="Image-place classifier is a demo trial for the land surface classification by close ranging image capturing on ground. Unlike the GIS based land surface classification, image place use deep learning process to identifies image surroundings and classifies by it types of land (such as waterbodies, forest and badlands). Since this application is on trial, if you find any errors, please contact exottoyu@gmail.com. "
).launch()