Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
338
Running
App
Files
Files
Community
12
Fetching metadata from the HF Docker repository...
b9a606b
3d-arena
/
src
/
routes
/
utils
/
Config.ts
dylanebert
support alternative display names
5679415
6 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
export
interface
Config
{
Model
?:
string
;
Space
?:
string
;
Paper
?:
string
;
DisplayName
?:
string
;
}