Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marstin
/
VLM-Lens
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VLM-Lens
/
demo
/
_bootstrap.py
marstin
[martin-dev] add demo v1 test
d425e71
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
159 Bytes
import
sys
from
pathlib
import
Path
REPO_ROOT = Path(__file__).resolve().parents[
1
]
if
str
(REPO_ROOT)
not
in
sys.path:
sys.path.insert(
0
,
str
(REPO_ROOT))