Spaces:
Build error
Build error
Podtekatel
commited on
Commit
•
9cc5e70
1
Parent(s):
f65f2d5
Update model
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ logging.basicConfig(
|
|
18 |
MODEL_IMG_SIZE = 256
|
19 |
def load_model():
|
20 |
REPO_ID = "Podtekatel/ARCNEGAN"
|
21 |
-
FILENAME = "
|
22 |
|
23 |
global model
|
24 |
global pipeline
|
|
|
18 |
MODEL_IMG_SIZE = 256
|
19 |
def load_model():
|
20 |
REPO_ID = "Podtekatel/ARCNEGAN"
|
21 |
+
FILENAME = "arcane_exp_203_ep_399.onnx"
|
22 |
|
23 |
global model
|
24 |
global pipeline
|