vaishanthr commited on
Commit
a29d2c5
·
1 Parent(s): 4756ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ if __name__ == "__main__":
81
  "VGG16",
82
  "Inception v3",
83
  "Mobile Net v2"],
84
- label="Model Type", value="CNN (2 layer) - Custom",
85
  info="Select the inference model before running predictions!")
86
 
87
  with gr.Column() as train_col:
 
81
  "VGG16",
82
  "Inception v3",
83
  "Mobile Net v2"],
84
+ label="Model Type", value="CNN (Custom)",
85
  info="Select the inference model before running predictions!")
86
 
87
  with gr.Column() as train_col: