ankban commited on
Commit
a0ea34a
·
verified ·
1 Parent(s): ae5a97d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Temp.mp3")
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
  )