scfive commited on
Commit
0ddce78
·
verified ·
1 Parent(s): 4ce8f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  # Initialize the classification pipeline with your private model and token
5
  pipe = pipeline(
6
  task="image-classification",
7
- model="scfive/ESPR-Weapon-Classification_App", # Replace with your model repository identifier
8
  )
9
 
10
  # Define custom CSS to style the header, footer, and main container
 
4
  # Initialize the classification pipeline with your private model and token
5
  pipe = pipeline(
6
  task="image-classification",
7
+ model="scfive/weaponsclass", # Replace with your model repository identifier
8
  )
9
 
10
  # Define custom CSS to style the header, footer, and main container