owaiskha9654 commited on
Commit
ddc4f80
Β·
1 Parent(s): e9b6e16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,10 +41,10 @@ outputs = gr.outputs.Image(type="pil", label="Output Image")
41
  outputs_cls = gr.Label(label= "Categories Detected Proportion Statistics" )
42
 
43
 
44
- Custom_description="<center>Custom Training Performed on Kaggle <a href='https://www.kaggle.com/code/owaiskhan9654/shelf-object-detection-yolov7-pytorch/notebook' style='text-decoration: underline' target='_blank'>Link</a> </center><br> <center>Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors </center> <br> on around 140 general items in Stores"
45
 
46
  Footer = (
47
- "<br><br><br><br><center>Model Trained by: Owais Ahmad Data Scientist at <b> Thoucentric </b> <a href=\"https://www.linkedin.com/in/owaiskhan9654/\">Visit Profile</a> <br></center>"
48
 
49
  "<center> Model Trained Kaggle Kernel <a href=\"https://www.kaggle.com/code/owaiskhan9654/shelf-object-detection-yolov7-pytorch/notebook\">Link</a> <br></center>"
50
 
@@ -54,7 +54,7 @@ Footer = (
54
 
55
  examples1=[["Images/Image1.jpg"],["Images/Image2.jpg"],["Images/Image3.jpg"],["Images/Image4.jpg"],["Images/Image5.jpg"],["Images/Image6.jpg"]]
56
 
57
- Top_Title="<br><br><br><center>Yolov7 πŸš€ Custom Trained by <a href='https://www.linkedin.com/in/owaiskhan9654/' style='text-decoration: underline' target='_blank'>Owais Ahmad </center></a> on around 140 general items in Stores"
58
  css = ".output-image, .input-image {height: 50rem !important; width: 100% !important;}"
59
  css = ".image-preview {height: auto !important;}"
60
 
 
41
  outputs_cls = gr.Label(label= "Categories Detected Proportion Statistics" )
42
 
43
 
44
+ Custom_description="<center>Custom Training Performed on Kaggle <a href='https://www.kaggle.com/code/owaiskhan9654/shelf-object-detection-yolov7-pytorch/notebook' style='text-decoration: underline' target='_blank'>Link</a> </center><br> <center>Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors </center> <br> Works on around <b>140</b> general items in Stores"
45
 
46
  Footer = (
47
+ "<br><br><br><br><center>Model Trained by: Owais Ahmad Data Scientist at <b><a href=\"https://thoucentric.com/\">Thoucentric</a></b><br></center>"
48
 
49
  "<center> Model Trained Kaggle Kernel <a href=\"https://www.kaggle.com/code/owaiskhan9654/shelf-object-detection-yolov7-pytorch/notebook\">Link</a> <br></center>"
50
 
 
54
 
55
  examples1=[["Images/Image1.jpg"],["Images/Image2.jpg"],["Images/Image3.jpg"],["Images/Image4.jpg"],["Images/Image5.jpg"],["Images/Image6.jpg"]]
56
 
57
+ Top_Title="Yolov7 πŸš€ Custom Trained by <a href='https://www.linkedin.com/in/owaiskhan9654/' style='text-decoration: underline' target='_blank'>Owais Ahmad </center></a> on around 140 general items in Stores"
58
  css = ".output-image, .input-image {height: 50rem !important; width: 100% !important;}"
59
  css = ".image-preview {height: auto !important;}"
60