Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
rupeshs/fastsdcpu
tejani
/
fastsdcpuClone
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
783dbfd
fastsdcpuClone
/
models
/
interface_types.py
tejani
Update models/interface_types.py
800f5c8
verified
6 months ago
raw
Copy download link
history
blame
185 Bytes
from
enum
import
Enum
class
InterfaceType
(
Enum
):
WEBUI =
"Web User Interface"
GUI =
"Graphical User Interface"
CLI =
"Command Line Interface"
API_SERVER =
"API Server"