brdhaker3 commited on
Commit
7ffec00
·
verified ·
1 Parent(s): 7e89868

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -403,7 +403,6 @@ def treat_wav_file(file_mic, file_upload, asr=asr_brain, device="cpu"):
403
 
404
  gr.Interface(
405
  title = title,
406
- description = description,
407
  fn=treat_wav_file,
408
  inputs=[gr.Audio(source="microphone", type='filepath', label = "record", optional = True),
409
  gr.Audio(source="upload", type='filepath', label="filein", optional=True)]
 
403
 
404
  gr.Interface(
405
  title = title,
 
406
  fn=treat_wav_file,
407
  inputs=[gr.Audio(source="microphone", type='filepath', label = "record", optional = True),
408
  gr.Audio(source="upload", type='filepath', label="filein", optional=True)]