Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sqfoo
/
STLDM
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
STLDM
/
stldm
/
__init__.py
sqfoo
Add Application file
be9a67e
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
191 Bytes
from
stldm.stldm
import
model_setup
from
stldm.stldm_spatial
import
model_setup
as
spatial_setup
from
stldm.inference
import
InferenceHub
n2n_setup = {
'2D'
: spatial_setup,
'3D'
: model_setup}