Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abby101
/
surveyor-0
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8fbb714
surveyor-0
/
scripts
/
__init__.py
Abhipsha Das
initial spaces deploy
8fbb714
unverified
9 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
os
import
sys
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
if
ROOT_DIR
not
in
sys.path:
sys.path.insert(
0
, ROOT_DIR)