BALAKA commited on
Commit
bb6c8e0
·
1 Parent(s): 9e64c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -42,7 +42,6 @@ def resample(file_path):
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,
 
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,