Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|