SidaJ commited on
Commit
3839bbd
·
1 Parent(s): cd7abee

Add Hugging Face download stats config

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "unreal_engine_simulator_package",
3
+ "name": "eScooter Simulator Unreal Engine Model",
4
+ "description": "Packaged Windows build of the eScooter simulator designed for testing with Meta Quest VR glasses.",
5
+ "platform": "windows",
6
+ "runtime": "unreal_engine",
7
+ "vr_target": "meta_quest",
8
+ "download_entrypoint": "Windows/eScooter.exe"
9
+ }