Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
franklab
/
ssms_gui
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ssms_gui
/
tests
/
conftest.py
Alexander
Render `_s*` model plots at expected variability + per-sample NDT
ecf42d4
15 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
import
sys
from
pathlib
import
Path
sys.path.insert(
0
,
str
(Path(__file__).resolve().parent.parent /
"src"
))