Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def guessanImage(image, model):
|
|
| 18 |
description = imgclassifier(image)
|
| 19 |
return description
|
| 20 |
|
| 21 |
-
radio = gr.Radio(["microsoft/resnet-50", "google/vit-base-patch16-224", "apple/mobilevit-small"], label="Select a Classifier", info="Image Classifier?")
|
| 22 |
|
| 23 |
demo = gr.Interface(
|
| 24 |
fn=guessanImage,
|
|
|
|
| 18 |
description = imgclassifier(image)
|
| 19 |
return description
|
| 20 |
|
| 21 |
+
radio = gr.Radio(["microsoft/resnet-50", "google/vit-base-patch16-224", "apple/mobilevit-small"], label="Select a Classifier", info="Image Classifier?")
|
| 22 |
|
| 23 |
demo = gr.Interface(
|
| 24 |
fn=guessanImage,
|