Commit
Β·
0b80c1c
1
Parent(s):
63c4eb6
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ 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,
|
58 |
inputs=inputs,
|
|
|
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', 'foduucom/Tyre-Quality-Classification-AI', 640, 0.25, 0.45], ['Sample/Good tyre.png', 'foduucom/Tyre-Quality-Classification-AI', 640, 0.25, 0.45]]
|
56 |
demo_app = gr.Interface(
|
57 |
fn=yolov8_inference,
|
58 |
inputs=inputs,
|