Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ examples = ["examples/example_0.jpg",
|
|
9 |
"examples/example_5.png"]
|
10 |
|
11 |
pipe = pipeline(task="image-classification",
|
12 |
-
model="
|
13 |
gr.Interface.from_pipeline(pipe,
|
14 |
title="CSGO Weapon Image Classification",
|
15 |
description = "This is a CSGO Weapon Classifier Model that has been trained by <strong><a href='https://huggingface.co/Kaludi'>Kaludi</a></strong> to recognize <strong>11</strong> different types of Counter-Strike: Global Offensive (CSGO) Weapons, which include <strong>AK-47,AWP,Famas,Galil-AR,Glock,M4A1,M4A4,P-90,SG-553,UMP,USP</strong>. The model is capable of accurately classifying the weapon name present in an image. With its deep understanding of the characteristics of each weapon in the game, the model is a valuable tool for players and fans of CSGO.",
|
|
|
9 |
"examples/example_5.png"]
|
10 |
|
11 |
pipe = pipeline(task="image-classification",
|
12 |
+
model="getesper/Weapons_class")
|
13 |
gr.Interface.from_pipeline(pipe,
|
14 |
title="CSGO Weapon Image Classification",
|
15 |
description = "This is a CSGO Weapon Classifier Model that has been trained by <strong><a href='https://huggingface.co/Kaludi'>Kaludi</a></strong> to recognize <strong>11</strong> different types of Counter-Strike: Global Offensive (CSGO) Weapons, which include <strong>AK-47,AWP,Famas,Galil-AR,Glock,M4A1,M4A4,P-90,SG-553,UMP,USP</strong>. The model is capable of accurately classifying the weapon name present in an image. With its deep understanding of the characteristics of each weapon in the game, the model is a valuable tool for players and fans of CSGO.",
|