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