mrprimenotes commited on
Commit
05b57a3
·
verified ·
1 Parent(s): 9fc192e

add type Callable

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers.models.whisper.configuration_whisper import WhisperConfig
2
 
3
- from typing import List, Optional, Dict, Any
4
 
5
  """Custom config to support modification of the Whisper encoder."""
6
 
 
1
  from transformers.models.whisper.configuration_whisper import WhisperConfig
2
 
3
+ from typing import List, Optional, Dict, Any, Callable
4
 
5
  """Custom config to support modification of the Whisper encoder."""
6