Spaces:
Build error
Build error
Update app.py
Browse files
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)]
|