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:
stacknet
/
stacknet-1-1-preview-demo
like
8
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
26cd782
stacknet-1-1-preview-demo
/
src
/
ui
/
__init__.py
hwonder
Initial StackNet Demo for Hugging Face Spaces
957256e
4 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
# UI Package
from
.tabs
import
create_all_tabs
from
.handlers
import
Handlers
__all__ = [
"create_all_tabs"
,
"Handlers"
]