Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tejani
/
NewApp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NewApp
/
models
/
interface_types.py
tejani
Upload 75 files
5b16c73
verified
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
from
enum
import
Enum
class
InterfaceType
(
Enum
):
WEBUI =
"Web User Interface"
GUI =
"Graphical User Interface"
CLI =
"Command Line Interface"
API_SERVER =
"API Server"