Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-pages authored Jan 23, 2025
1 parent 1240c9d commit 1791fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyannote/audio/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def from_pretrained(
strict: bool = True,
subfolder: Optional[str] = None,
token: Union[str, bool, None] = None,
cache_dir: Union[Path, Text] = CACHE_DIR,
cache_dir: Union[Path, str, None] = None
protocol: Union[Protocol, None] = None,
**kwargs,
) -> Optional["Model"]:
Expand Down

0 comments on commit 1791fba

Please sign in to comment.