scfive commited on
Commit
eedb9b5
·
verified ·
1 Parent(s): 3081753

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="getesper/Weapons_class", # 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/Weapons_class", # Replace with your model repository identifier
8
  )
9
 
10
  # Define custom CSS to style the header, footer, and main container