Spaces:
Runtime error
Runtime error
Eduard-Sebastian Zamfir
commited on
Commit
•
a8463d2
1
Parent(s):
e36ba79
update
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def load_network(net, load_path, strict=True, param_key='params'):
|
|
64 |
load_net.pop(k)
|
65 |
net.load_state_dict(load_net, strict=strict)
|
66 |
|
67 |
-
CONFIG
|
68 |
hf_hub_download(repo_id="eduardzamfir/SeemoRe-T", filename="SeemoRe_T_X4.pth", local_dir="./")
|
69 |
MODEL_NAME = "SeemoRe_T_X4.pth"
|
70 |
|
|
|
64 |
load_net.pop(k)
|
65 |
net.load_state_dict(load_net, strict=strict)
|
66 |
|
67 |
+
CONFIG = "configs/eval_seemore_t_x4.yml"
|
68 |
hf_hub_download(repo_id="eduardzamfir/SeemoRe-T", filename="SeemoRe_T_X4.pth", local_dir="./")
|
69 |
MODEL_NAME = "SeemoRe_T_X4.pth"
|
70 |
|