update to vit
Browse files
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
|
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 |
|