Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
rupeshs
/
fastsdcpu
like
11
Running
App
Files
Files
Community
1
9913350
fastsdcpu
/
models
/
interface_types.py
rupeshs
added files
6bcacf9
about 1 year 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"