Update app.py
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ gr.Interface(
|
|
434 |
title = title,
|
435 |
description = description,
|
436 |
fn=treat_wav_file,
|
437 |
-
inputs=[gr.Audio(
|
438 |
-
gr.Audio(
|
439 |
,outputs="text").launch()
|
440 |
|
|
|
434 |
title = title,
|
435 |
description = description,
|
436 |
fn=treat_wav_file,
|
437 |
+
inputs=[gr.Audio(sources="microphone", type='filepath', label = "record"),
|
438 |
+
gr.Audio(sources="upload", type='filepath', label="filein")]
|
439 |
,outputs="text").launch()
|
440 |
|