polejowska commited on
Commit
3f5c68a
1 Parent(s): 957ce92

Update app.py

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