saltacc commited on
Commit
c1316c9
1 Parent(s): 5e3a06a
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ detection_pipeline = pipeline("image-classification", "saltacc/anime-ai-detect")
5
 
6
 
7
  def detect(img):
 
8
  output = detection_pipeline(img)
9
  final = {}
10
  for d in output:
 
5
 
6
 
7
  def detect(img):
8
+ print(img)
9
  output = detection_pipeline(img)
10
  final = {}
11
  for d in output: