Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
michaelj
/
testlcm
like
4
Sleeping
App
Files
Files
Community
17e6751
testlcm
/
models
/
interface_types.py
michaelj
Upload folder using huggingface_hub
360d274
12 months 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"