Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ Muti_translate=gr.Interface(
|
|
60 |
gr.Audio(label="Record Speech", source="microphone", type="numpy"),
|
61 |
],
|
62 |
outputs=[
|
63 |
-
|
64 |
],
|
65 |
title=title,
|
66 |
description=description,
|
|
|
60 |
gr.Audio(label="Record Speech", source="microphone", type="numpy"),
|
61 |
],
|
62 |
outputs=[
|
63 |
+
gr.Audio(label="Generated Speech", type="numpy"),
|
64 |
],
|
65 |
title=title,
|
66 |
description=description,
|