Noha90 commited on
Commit
4a73cb4
·
1 Parent(s): 7220b97

change the title to current model

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 DeiT 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 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