Spaces:
Runtime error
Runtime error
File size: 595 Bytes
233f87a 67232f8 c17088e 67232f8 |
1 2 3 4 5 |
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 [email protected]. "
).launch() |