nehulagrawal commited on
Commit
52973d2
β€’
1 Parent(s): 9344392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -48,12 +48,10 @@ title = "AI-Powered Tire Quality Inspection: YOLOv8s Enhanced Classification"
48
 
49
 
50
 
51
- Space 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
- About This Space="""
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,