Commit
Β·
52973d2
1
Parent(s):
9344392
Update app.py
Browse files
app.py
CHANGED
@@ -48,12 +48,10 @@ title = "AI-Powered Tire Quality Inspection: YOLOv8s Enhanced Classification"
|
|
48 |
|
49 |
|
50 |
|
51 |
-
|
52 |
Welcome to our π€ AI-Powered Tire Quality Inspection Space β a cutting-edge solution harnessing the capabilities of YOLOv8s to revolutionize π tire quality control processes.
|
53 |
"""
|
54 |
-
|
55 |
-
This interactive platform empowers you to classify tires with unparalleled precision, utilizing a fine-tuned YOLOv8s model π― specifically developed for identifying defects in tire manufacturing. By submitting an image of a tire, you can instantly determine whether it meets the rigorous quality standards required in the industry, helping to ensure safety and reliability in automotive products.
|
56 |
-
"""
|
57 |
examples = [['Sample/Bald tyre.jpg', 'Tyre-Quality-Classification-AI', 640, 0.25, 0.45], ['Sample/Good tyre.png', 'Tyre-Quality-Classification-AI', 640, 0.25, 0.45]]
|
58 |
demo_app = gr.Interface(
|
59 |
fn=yolov8_inference,
|
|
|
48 |
|
49 |
|
50 |
|
51 |
+
description="""
|
52 |
Welcome to our π€ AI-Powered Tire Quality Inspection Space β a cutting-edge solution harnessing the capabilities of YOLOv8s to revolutionize π tire quality control processes.
|
53 |
"""
|
54 |
+
|
|
|
|
|
55 |
examples = [['Sample/Bald tyre.jpg', 'Tyre-Quality-Classification-AI', 640, 0.25, 0.45], ['Sample/Good tyre.png', 'Tyre-Quality-Classification-AI', 640, 0.25, 0.45]]
|
56 |
demo_app = gr.Interface(
|
57 |
fn=yolov8_inference,
|