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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -56,8 +56,7 @@ interface = gr.Interface(
56
  gr.inputs.Dropdown(
57
  choices=["Xception","InceptionV3","InceptionResNetV2","DenseNet201"],
58
  type="value",
59
- label="Select a model",
60
- info="Base model that done feature extraction and fine-tuning process"
61
  )
62
  ],
63
  outputs='label'
 
56
  gr.inputs.Dropdown(
57
  choices=["Xception","InceptionV3","InceptionResNetV2","DenseNet201"],
58
  type="value",
59
+ label="Select a model"
 
60
  )
61
  ],
62
  outputs='label'