Spaces:
Sleeping
Sleeping
minor bug fixed address of pth file
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ config_path = "./AASIST_ASVspoof5_Exp4_CL.conf" # Remplacez par le chemin réel
|
|
| 112 |
config = load_config(config_path)
|
| 113 |
d_args = config["model_config"]
|
| 114 |
checkpoint_path = (
|
| 115 |
-
"./
|
| 116 |
)
|
| 117 |
model = load_model(checkpoint_path, d_args)
|
| 118 |
|
|
|
|
| 112 |
config = load_config(config_path)
|
| 113 |
d_args = config["model_config"]
|
| 114 |
checkpoint_path = (
|
| 115 |
+
"./Ex4_CLspeaker_sampler.pth" # Remplacez par votre checkpoint
|
| 116 |
)
|
| 117 |
model = load_model(checkpoint_path, d_args)
|
| 118 |
|