owaiskha9654
commited on
Commit
·
9169f06
1
Parent(s):
2f4edc1
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,8 @@ Custom_description="<center>Custom Training Performed on Kaggle <a href='https:/
|
|
45 |
|
46 |
Footer = (
|
47 |
|
48 |
-
"<br><br><br><br><center><b>Item Classes it will detect(Total 140 Classes)
|
|
|
49 |
"'Drawbar box', 'Disposable cups', 'Makeup tools', 'Television', 'Toothpaste', 'Herbal tea', 'Skate', 'Coat hanger', 'Soy sauce', "
|
50 |
"'Tea beverage', 'Sour Plum Soup', 'Pie', 'Chopping block', 'Refrigerator', 'Trousers', 'Oats', 'Rubber ball', 'Soap', 'Pasta', 'Juicer', "
|
51 |
"'Walnut powder', 'Toothbrush', 'Chopsticks', 'Mouth wash', 'Adult socks', 'Dinner plate', 'Baby milk powder', 'Soymilk', 'Cutter', 'Hair drier', "
|
@@ -60,7 +61,7 @@ Footer = (
|
|
60 |
"'Badminton', 'Knapsack', 'Adult Diapers', 'Flour', 'Sesame paste', 'Pot shovel', 'Electric kettle', 'Mug', 'Electric iron', 'Lingerie', 'Tea', "
|
61 |
"'Food box', 'Electric Hot pot', 'Baby slippers', 'Potato chips', 'Electric steaming pan', 'Rise', 'Adult hat', 'Can', 'Care Kit', 'Cotton swab', "
|
62 |
"'Baby handkerchiefs ', 'Fresh-keeping film', 'Dried beans', 'Electric fan', 'Desk lamp', 'Cocktail', 'Skincare set', 'Adult milk powder', "
|
63 |
-
"'Microwave Oven', 'Coffee', 'Facial mask'
|
64 |
|
65 |
"<br><br><br><br><center>Model Trained by: Owais Ahmad Data Scientist at <b><a href=\"https://thoucentric.com/\">Thoucentric</a></b><br></center>"
|
66 |
|
@@ -68,7 +69,7 @@ Footer = (
|
|
68 |
|
69 |
|
70 |
"<center> HuggingFace🤗 Model Deployed Repository <a href=\"https://huggingface.co/thoucentric/Shelf_Objects_Detection_Yolov7_Pytorch\">Link</a> <br></center>"
|
71 |
-
"<center>© 2023
|
72 |
|
73 |
)
|
74 |
|
@@ -85,6 +86,6 @@ gr.Interface(
|
|
85 |
title=Top_Title,
|
86 |
description=Custom_description,
|
87 |
article=Footer,
|
88 |
-
|
89 |
allow_flagging='never',
|
90 |
-
examples=examples1).launch()
|
|
|
45 |
|
46 |
Footer = (
|
47 |
|
48 |
+
"<br><br><br><br><center><b>Item Classes it will detect(Total 140 Classes) <br></b> "
|
49 |
+
"<textarea name='w3review' rows='6' cols='120'>"
|
50 |
"'Drawbar box', 'Disposable cups', 'Makeup tools', 'Television', 'Toothpaste', 'Herbal tea', 'Skate', 'Coat hanger', 'Soy sauce', "
|
51 |
"'Tea beverage', 'Sour Plum Soup', 'Pie', 'Chopping block', 'Refrigerator', 'Trousers', 'Oats', 'Rubber ball', 'Soap', 'Pasta', 'Juicer', "
|
52 |
"'Walnut powder', 'Toothbrush', 'Chopsticks', 'Mouth wash', 'Adult socks', 'Dinner plate', 'Baby milk powder', 'Soymilk', 'Cutter', 'Hair drier', "
|
|
|
61 |
"'Badminton', 'Knapsack', 'Adult Diapers', 'Flour', 'Sesame paste', 'Pot shovel', 'Electric kettle', 'Mug', 'Electric iron', 'Lingerie', 'Tea', "
|
62 |
"'Food box', 'Electric Hot pot', 'Baby slippers', 'Potato chips', 'Electric steaming pan', 'Rise', 'Adult hat', 'Can', 'Care Kit', 'Cotton swab', "
|
63 |
"'Baby handkerchiefs ', 'Fresh-keeping film', 'Dried beans', 'Electric fan', 'Desk lamp', 'Cocktail', 'Skincare set', 'Adult milk powder', "
|
64 |
+
"'Microwave Oven', 'Coffee', 'Facial mask'.</textarea></center>"
|
65 |
|
66 |
"<br><br><br><br><center>Model Trained by: Owais Ahmad Data Scientist at <b><a href=\"https://thoucentric.com/\">Thoucentric</a></b><br></center>"
|
67 |
|
|
|
69 |
|
70 |
|
71 |
"<center> HuggingFace🤗 Model Deployed Repository <a href=\"https://huggingface.co/thoucentric/Shelf_Objects_Detection_Yolov7_Pytorch\">Link</a> <br></center>"
|
72 |
+
"<center>© 2023 Thoucentric </center>"
|
73 |
|
74 |
)
|
75 |
|
|
|
86 |
title=Top_Title,
|
87 |
description=Custom_description,
|
88 |
article=Footer,
|
89 |
+
cache_examples= False,
|
90 |
allow_flagging='never',
|
91 |
+
examples=examples1).launch(debug=True)
|