Pelden commited on
Commit
2eb30ac
1 Parent(s): 42b2d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import pipeline
2
 
3
 
4
  classifier = pipeline("image-classification", model="Pelden/chessdata-model")
 
1
+ from transformers import pipeline
2
 
3
 
4
  classifier = pipeline("image-classification", model="Pelden/chessdata-model")