Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ iface = gr.Interface(
|
|
| 47 |
outputs=[
|
| 48 |
gr.Textbox(label="Speech to Text"),
|
| 49 |
gr.Textbox(label="Doctor's Response"),
|
| 50 |
-
gr.Audio("
|
| 51 |
],
|
| 52 |
title="AI Doctor with Vision and Voice"
|
| 53 |
)
|
|
|
|
| 47 |
outputs=[
|
| 48 |
gr.Textbox(label="Speech to Text"),
|
| 49 |
gr.Textbox(label="Doctor's Response"),
|
| 50 |
+
gr.Audio(label="Generated Speech", type="filepath")
|
| 51 |
],
|
| 52 |
title="AI Doctor with Vision and Voice"
|
| 53 |
)
|