OttoYu commited on
Commit
67232f8
·
1 Parent(s): 3618689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,2 +1,5 @@
1
  import gradio as gr
2
- gr.Interface.load("models/OttoYu/Image-place").launch()
 
 
 
 
1
  import gradio as gr
2
+ gr.Interface.load("models/OttoYu/Image-place",
3
+ title="Image-place classifier 📍",
4
+ description="mage place 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]. "
5
+ ).launch()