Noha90 commited on
Commit
c8dd81c
·
1 Parent(s): db6ba08

update to vit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
9
  gr.Image(label="Top-1 Class Example"),
10
  gr.Label(label="Top-5 Probabilities")
11
  ],
12
- title="Scene Classification with Reference Image Testing using Swin Large version 1.0",
13
  description="Upload an image to get the predicted class with a sample image and top-5 prediction chart."
14
  )
15
 
 
9
  gr.Image(label="Top-1 Class Example"),
10
  gr.Label(label="Top-5 Probabilities")
11
  ],
12
+ title="Scene Classification with Reference Image Testing using VIT version 1.0",
13
  description="Upload an image to get the predicted class with a sample image and top-5 prediction chart."
14
  )
15