Spaces:
Running
Running
debugging
Browse files
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:
|