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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  description = "Satellite images classification"
4
  title = "Upload your own image"
5
- css = "body {background-color: blue}"
6
- EXAMPLES = ['most_sf.png', 'test1.png', 'test2.png', 'test3.png', 'test4.png', 'test5.png', 'test6.png']
7
 
8
  gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()
 
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
 
8
  gr.Interface.load("models/polejowska/swin-tiny-patch4-window7-224-eurosat", description=description, title=title, css=css, examples=EXAMPLES).launch()