BALAKA commited on
Commit
7c077ae
·
1 Parent(s): 71e2ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -42,6 +42,7 @@ def resample(file_path):
42
 
43
 
44
  def tran_script(file_path):
 
45
  if type(file_path) == 'str':
46
  speech = resample(file_path)
47
  inputs = processor(speech, sampling_rate=16_000,
 
42
 
43
 
44
  def tran_script(file_path):
45
+ return type(file_path)
46
  if type(file_path) == 'str':
47
  speech = resample(file_path)
48
  inputs = processor(speech, sampling_rate=16_000,