Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dang-w
/
ai-content-summariser-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6f0ac93
ai-content-summariser-api
/
tests
/
conftest.py
Dan Walsh
Testing and performance optimisations
124b5b5
3 months ago
raw
Copy download link
history
blame
144 Bytes
import
sys
import
os
# Add the parent directory to sys.path
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
'..'
)))