polejowska commited on
Commit
d25eafe
1 Parent(s): 39e028d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- description = "Satellite images classification"
4
- title = "Upload your own image"
5
  css = "body {background-color: #deebff}"
6
  EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']
7
 
 
1
  import gradio as gr
2
 
3
+ title = "Satellite images classification"
4
+ description = "Upload your own image (it is recommended to take screenshot from Gooogle Earth for example)"
5
  css = "body {background-color: #deebff}"
6
  EXAMPLES = ['most_sf.png', 'test1.png', 'test5.png']
7