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