polejowska commited on
Commit
e6639eb
β€’
1 Parent(s): 895ce3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,6 +3,6 @@ import gradio as gr
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', 'test_baltimore.png', 'hel.png', 'wawa.png', 'sopot.png', 'visla.png']
7
 
8
  gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()
 
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', 'test_baltimore.png', 'hel.png', 'wawa.png', 'sopot.png', 'visla.png']
7
 
8
  gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()