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:
stacknet
/
stacknet-1-1-preview-demo
like
8
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
stacknet-1-1-preview-demo
/
src
/
ui
/
__init__.py
hwonder
Initial StackNet Demo for Hugging Face Spaces
957256e
6 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
121 Bytes
# UI Package
from
.tabs
import
create_all_tabs
from
.handlers
import
Handlers
__all__ = [
"create_all_tabs"
,
"Handlers"
]