Meng Chen commited on
Commit ·
1c6d641
1
Parent(s): 11b246c
add handler
Browse files- handler.py +0 -1
handler.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from typing import Dict, List, Any
|
| 2 |
-
import holidays
|
| 3 |
from transformers import pipeline,CLIPSegProcessor, CLIPSegForImageSegmentation
|
| 4 |
from PIL import Image
|
| 5 |
import torch
|
|
|
|
| 1 |
from typing import Dict, List, Any
|
|
|
|
| 2 |
from transformers import pipeline,CLIPSegProcessor, CLIPSegForImageSegmentation
|
| 3 |
from PIL import Image
|
| 4 |
import torch
|