Abrahamau commited on
Commit
d3dddd1
·
verified ·
1 Parent(s): e6212f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,