Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rodneyontherock1067
/
fastsdcpu
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fastsdcpu
/
src
/
backend
/
models
/
device.py
Rodneyontherock1067
Upload folder using huggingface_hub
87c5489
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
from
pydantic
import
BaseModel
class
DeviceInfo
(
BaseModel
):
device_type:
str
device_name:
str
os:
str
platform:
str
processor:
str