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