Fix README.md

This commit is contained in:
henryruhs
2025-03-10 11:04:24 +01:00
parent 64464b6f1c
commit d2efb2fd08
+1 -1
View File
@@ -46,7 +46,7 @@ split_ratio = 0.9995
embedder_path = .models/arcface.pt
gazer_path = .models/gazer.pt
motion_extractor_path = .models/motion_extractor.pt
parser_path .models/parser.pt
parser_path = .models/parser.pt
```
```