veronhii commited on
Commit
1a8c036
·
1 Parent(s): 7b7cf6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,8 +52,8 @@ def predict_top_classes(img, model_name):
52
  interface = gr.Interface(
53
  predict_top_classes,
54
  [
55
- gr.inputs.Image(type='pil'),
56
- gr.inputs.Dropdown(
57
  choices=["Xception","InceptionV3","InceptionResNetV2","DenseNet201"],
58
  type="value",
59
  label="Select a model"
 
52
  interface = gr.Interface(
53
  predict_top_classes,
54
  [
55
+ gr.Image(type='pil'),
56
+ gr.Dropdown(
57
  choices=["Xception","InceptionV3","InceptionResNetV2","DenseNet201"],
58
  type="value",
59
  label="Select a model"