OttoYu commited on
Commit
c17088e
β€’
1 Parent(s): 67232f8

Update app.py

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