EdwinLH commited on
Commit
505fb10
·
verified ·
1 Parent(s): 86d9392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -117,12 +117,12 @@ def clear():
117
  # Gradio Interface with Model Selection
118
  with gr.Blocks() as interface:
119
  gr.Markdown(
120
- "## Fine-tuned Defect Classification\n\n"
121
- "This Gradio-based application allows users to classify images as **'Good'** or **'Defective'** using a "
122
  "fine-tuned deep learning model. Users can select between two models (**VGG16** and **EfficientNetB0**) "
123
  "via a dropdown menu. The selected model is dynamically loaded and applied to the uploaded image, "
124
  "with predictions and confidence scores displayed as output.\n\n"
125
- "Upload an image and select a model (**VGG16** or **EfficientNetB0**) to classify defects."
126
  )
127
 
128
  # Dropdown to select model
 
117
  # Gradio Interface with Model Selection
118
  with gr.Blocks() as interface:
119
  gr.Markdown(
120
+ "## Fine-tuned Defect Tyre Classification\n\n"
121
+ "This Gradio-based application allows users to classify tyre images as **'Good'** or **'Defective'** using a "
122
  "fine-tuned deep learning model. Users can select between two models (**VGG16** and **EfficientNetB0**) "
123
  "via a dropdown menu. The selected model is dynamically loaded and applied to the uploaded image, "
124
  "with predictions and confidence scores displayed as output.\n\n"
125
+ "Upload a tyre image and select a model (**VGG16** or **EfficientNetB0**) to classify defects."
126
  )
127
 
128
  # Dropdown to select model