jhj0517 commited on
Commit
495939d
·
1 Parent(s): 2a52c54

remove type hint

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +3 -3
modules/whisper/whisper_base.py CHANGED
@@ -127,9 +127,9 @@ class WhisperBase(ABC):
127
 
128
  @spaces.GPU(duration=120)
129
  def transcribe_file(self,
130
- files: list,
131
- file_format: str,
132
- add_timestamp: bool,
133
  #*whisper_params,
134
  ):
135
  """
 
127
 
128
  @spaces.GPU(duration=120)
129
  def transcribe_file(self,
130
+ files,
131
+ file_format,
132
+ add_timestamp,
133
  #*whisper_params,
134
  ):
135
  """