Spaces:
Running
Running
Create app_hugging_face.json
Browse files
json_config/app_hugging_face.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ply_url": "https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/biker.ply",
|
| 3 |
+
"css_url": "https://bilca-module-de-visualisation.static.hf.space/style/style_template.css",
|
| 4 |
+
"canvas_background": "#FEFEFD",
|
| 5 |
+
"minZoom": 1,
|
| 6 |
+
"maxZoom": 20,
|
| 7 |
+
"minAngle": -45,
|
| 8 |
+
"maxAngle": 90,
|
| 9 |
+
"initAlpha": -2,
|
| 10 |
+
"initBeta": 0.2,
|
| 11 |
+
"initRadius": 7,
|
| 12 |
+
"initAlphaPhone": -2,
|
| 13 |
+
"initBetaPhone": 0.1,
|
| 14 |
+
"initRadiusPhone": 14,
|
| 15 |
+
"aspect": "3:4"
|
| 16 |
+
}
|