Spaces:
Build error
Build error
Podtekatel
commited on
Commit
•
388fac5
1
Parent(s):
411db9f
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ logging.basicConfig(
|
|
16 |
datefmt='%Y-%m-%d %H:%M:%S')
|
17 |
|
18 |
MODEL_IMG_SIZE = 512
|
19 |
-
usage_count =
|
20 |
def load_model():
|
21 |
REPO_ID = "Podtekatel/ArcaneVSK2"
|
22 |
-
FILENAME_OLD = "
|
23 |
|
24 |
global model_old
|
25 |
global pipeline_old
|
|
|
16 |
datefmt='%Y-%m-%d %H:%M:%S')
|
17 |
|
18 |
MODEL_IMG_SIZE = 512
|
19 |
+
usage_count = 82 # Based on hugging face logs
|
20 |
def load_model():
|
21 |
REPO_ID = "Podtekatel/ArcaneVSK2"
|
22 |
+
FILENAME_OLD = "arcane_exp_230_ep_136_512_res_V2_lighter.onnx"
|
23 |
|
24 |
global model_old
|
25 |
global pipeline_old
|