ysharma HF staff commited on
Commit
cb76e1a
1 Parent(s): 1a9ba6f
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ coquiTTS = CoquiTTS()
39
 
40
  # Driver function
41
  def driver_fun(audio, text) :
42
- if audio is None:
43
 
44
  if audio is not None and text == 'dummy':
45
  translation, lang = whisper_stt(audio)
 
39
 
40
  # Driver function
41
  def driver_fun(audio, text) :
 
42
 
43
  if audio is not None and text == 'dummy':
44
  translation, lang = whisper_stt(audio)