polejowska commited on
Commit
57a9de1
1 Parent(s): 3f5c68a

Update app.py

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