Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
b9ac846
1
Parent(s):
e15d9f5
small fix
Browse files- api_config.py +12 -12
- build/web/flutter_bootstrap.js +1 -1
- build/web/flutter_service_worker.js +1 -1
api_config.py
CHANGED
|
@@ -108,12 +108,12 @@ CONFIG_FOR_STANDARD_HF_USERS = {
|
|
| 108 |
"max_clip_framerate": 25,
|
| 109 |
|
| 110 |
"min_clip_width": 544,
|
| 111 |
-
"default_clip_width":
|
| 112 |
-
"max_clip_width":
|
| 113 |
|
| 114 |
"min_clip_height": 320,
|
| 115 |
-
"default_clip_height":
|
| 116 |
-
"max_clip_height":
|
| 117 |
}
|
| 118 |
|
| 119 |
# Hugging Face users with a Pro may enjoy an improved experience
|
|
@@ -141,12 +141,12 @@ CONFIG_FOR_PRO_HF_USERS = {
|
|
| 141 |
"max_clip_framerate": 25,
|
| 142 |
|
| 143 |
"min_clip_width": 544,
|
| 144 |
-
"default_clip_width": 928, # 1216, # 768, # 640,
|
| 145 |
-
"max_clip_width": 928, # 1216, # 768, # 640,
|
| 146 |
|
| 147 |
"min_clip_height": 320,
|
| 148 |
-
"default_clip_height": 512, # 448, # 416,
|
| 149 |
-
"max_clip_height": 512, # 448, # 416,
|
| 150 |
}
|
| 151 |
|
| 152 |
CONFIG_FOR_ADMIN_HF_USERS = {
|
|
@@ -173,12 +173,12 @@ CONFIG_FOR_ADMIN_HF_USERS = {
|
|
| 173 |
"max_clip_framerate": 60,
|
| 174 |
|
| 175 |
"min_clip_width": 544,
|
| 176 |
-
"default_clip_width": 768,
|
| 177 |
-
"max_clip_width": 1216,
|
| 178 |
|
| 179 |
"min_clip_height": 320,
|
| 180 |
-
"default_clip_height":
|
| 181 |
-
"max_clip_height":
|
| 182 |
}
|
| 183 |
|
| 184 |
CONFIG_FOR_ANONYMOUS_USERS = CONFIG_FOR_STANDARD_HF_USERS
|
|
|
|
| 108 |
"max_clip_framerate": 25,
|
| 109 |
|
| 110 |
"min_clip_width": 544,
|
| 111 |
+
"default_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 112 |
+
"max_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 113 |
|
| 114 |
"min_clip_height": 320,
|
| 115 |
+
"default_clip_height": 640, # 512, # 448, # 416,
|
| 116 |
+
"max_clip_height": 640, # 512, # 448, # 416,
|
| 117 |
}
|
| 118 |
|
| 119 |
# Hugging Face users with a Pro may enjoy an improved experience
|
|
|
|
| 141 |
"max_clip_framerate": 25,
|
| 142 |
|
| 143 |
"min_clip_width": 544,
|
| 144 |
+
"default_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 145 |
+
"max_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 146 |
|
| 147 |
"min_clip_height": 320,
|
| 148 |
+
"default_clip_height": 640, # 512, # 448, # 416,
|
| 149 |
+
"max_clip_height": 640, # 512, # 448, # 416,
|
| 150 |
}
|
| 151 |
|
| 152 |
CONFIG_FOR_ADMIN_HF_USERS = {
|
|
|
|
| 173 |
"max_clip_framerate": 60,
|
| 174 |
|
| 175 |
"min_clip_width": 544,
|
| 176 |
+
"default_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 177 |
+
"max_clip_width": 1152, # 928, # 1216, # 768, # 640,
|
| 178 |
|
| 179 |
"min_clip_height": 320,
|
| 180 |
+
"default_clip_height": 640, # 512, # 448, # 416,
|
| 181 |
+
"max_clip_height": 640, # 512, # 448, # 416,
|
| 182 |
}
|
| 183 |
|
| 184 |
CONFIG_FOR_ANONYMOUS_USERS = CONFIG_FOR_STANDARD_HF_USERS
|
build/web/flutter_bootstrap.js
CHANGED
|
@@ -39,6 +39,6 @@ _flutter.buildConfig = {"engineRevision":"382be0028d370607f76215a9be322e5514b263
|
|
| 39 |
|
| 40 |
_flutter.loader.load({
|
| 41 |
serviceWorkerSettings: {
|
| 42 |
-
serviceWorkerVersion: "
|
| 43 |
}
|
| 44 |
});
|
|
|
|
| 39 |
|
| 40 |
_flutter.loader.load({
|
| 41 |
serviceWorkerSettings: {
|
| 42 |
+
serviceWorkerVersion: "1365373952"
|
| 43 |
}
|
| 44 |
});
|
build/web/flutter_service_worker.js
CHANGED
|
@@ -3,7 +3,7 @@ const MANIFEST = 'flutter-app-manifest';
|
|
| 3 |
const TEMP = 'flutter-temp-cache';
|
| 4 |
const CACHE_NAME = 'flutter-app-cache';
|
| 5 |
|
| 6 |
-
const RESOURCES = {"flutter_bootstrap.js": "
|
| 7 |
"version.json": "b5eaae4fc120710a3c35125322173615",
|
| 8 |
"index.html": "f34c56fffc6b38f62412a5db2315dec8",
|
| 9 |
"/": "f34c56fffc6b38f62412a5db2315dec8",
|
|
|
|
| 3 |
const TEMP = 'flutter-temp-cache';
|
| 4 |
const CACHE_NAME = 'flutter-app-cache';
|
| 5 |
|
| 6 |
+
const RESOURCES = {"flutter_bootstrap.js": "038d8bf86796c7c4bfed38c03479bfb1",
|
| 7 |
"version.json": "b5eaae4fc120710a3c35125322173615",
|
| 8 |
"index.html": "f34c56fffc6b38f62412a5db2315dec8",
|
| 9 |
"/": "f34c56fffc6b38f62412a5db2315dec8",
|