nehulagrawal commited on
Commit
a6da73f
Β·
1 Parent(s): fbc7f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -45,16 +45,13 @@ inputs = [
45
  outputs = gr.Image(type="filepath", label="Output Image")
46
  title = "AI-Powered Tire Quality Inspection: YOLOv8s Enhanced Classification"
47
 
48
- description ="""
49
- πŸ”₯ Unveiling ThermalFoduu: Spot Objects with Thermal Vision! πŸ”πŸ“Έ Lost your keys in the dark? πŸ—οΈπŸŒ‘ ThermalFoduu's got you covered! Powered by Foduu AI, our app effortlessly detects objects in thermal images. No more blurry blobs – just pinpoint accuracy! πŸ¦…πŸŽ―
50
- Love the thermal world? Give us a thumbs up! πŸ‘ Questions or suggestions? Contact us at info@foduu. Let's decode the thermal universe together! πŸ“§πŸŒ‘οΈ
51
- """
52
 
53
 
54
- 🌟 Space Description:"""
 
55
  Welcome to our πŸ€– AI-Powered Tire Quality Inspection Space – a cutting-edge solution harnessing the capabilities of YOLOv8s to revolutionize πŸš— tire quality control processes.
56
  """
57
- πŸ” About This Space: """
58
  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.
59
  """
60
  examples = [['samples/1.jpeg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45], ['samples/2.jpg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45]]
 
45
  outputs = gr.Image(type="filepath", label="Output Image")
46
  title = "AI-Powered Tire Quality Inspection: YOLOv8s Enhanced Classification"
47
 
 
 
 
 
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 = [['samples/1.jpeg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45], ['samples/2.jpg', 'foduucom/thermal-image-object-detection', 640, 0.25, 0.45]]