Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chrimo
/
game
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
game
/
tests
/
conftest.py
chrimons
Build Gradio CLIP scoring app
3c8c1fc
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
147 Bytes
import
sys
from
pathlib
import
Path
ROOT = Path(__file__).resolve().parent.parent
if
str
(ROOT)
not
in
sys.path:
sys.path.insert(
0
,
str
(ROOT))