Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
·
a9114be
1
Parent(s):
2910b3b
Add again
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import CLIP.clip as clip
|
|
10 |
import spacy
|
11 |
|
12 |
import os
|
13 |
-
os.system('
|
14 |
|
15 |
|
16 |
from clip_grounding.utils.image import pad_to_square
|
|
|
10 |
import spacy
|
11 |
|
12 |
import os
|
13 |
+
os.system('python3 -m spacy download en_core_web_sm')
|
14 |
|
15 |
|
16 |
from clip_grounding.utils.image import pad_to_square
|