Spaces:
Runtime error
Runtime error
Commit ·
39dc1c2
1
Parent(s): 4f5727f
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from transformers import AutoProcessor, AutoModel
|
|
| 5 |
from PIL import Image
|
| 6 |
import cv2
|
| 7 |
from concurrent.futures import ThreadPoolExecutor
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
MODEL_NAME = "microsoft/xclip-base-patch16-zero-shot"
|
|
|
|
| 5 |
from PIL import Image
|
| 6 |
import cv2
|
| 7 |
from concurrent.futures import ThreadPoolExecutor
|
| 8 |
+
import os
|
| 9 |
|
| 10 |
|
| 11 |
MODEL_NAME = "microsoft/xclip-base-patch16-zero-shot"
|