user-agent
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ from io import BytesIO
|
|
8 |
from turtle import title
|
9 |
from transformers import pipeline
|
10 |
import ast
|
|
|
|
|
11 |
pipe = pipeline("zero-shot-image-classification", model="patrickjohncyh/fashion-clip")
|
12 |
|
13 |
color_file_path = 'color_config.json'
|
|
|
8 |
from turtle import title
|
9 |
from transformers import pipeline
|
10 |
import ast
|
11 |
+
from collections import Counter
|
12 |
+
|
13 |
pipe = pipeline("zero-shot-image-classification", model="patrickjohncyh/fashion-clip")
|
14 |
|
15 |
color_file_path = 'color_config.json'
|