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:
Duplicated from
rupeshs/fastsdcpu
micas23
/
fastsdcpu
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c08d7f7
fastsdcpu
/
models
/
interface_types.py
rupeshs
added files
1ef0e71
over 2 years ago
raw
Copy download link
history
blame
Safe
156 Bytes
from
enum
import
Enum
class
InterfaceType
(
Enum
):
WEBUI =
"Web User Interface"
GUI =
"Graphical User Interface"
CLI =
"Command Line Interface"