Raghavan1988 commited on
Commit
16781aa
·
1 Parent(s): b15c8e5

Adding Audio source

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -246,6 +246,7 @@ iface = gr.Interface(
246
  inputs=[
247
  gr.Textbox(label="Input Text"),
248
  gr.Image(label="Upload Image"),
 
249
  ],
250
  outputs=[gr.Markdown(label="Output Text")],
251
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
 
246
  inputs=[
247
  gr.Textbox(label="Input Text"),
248
  gr.Image(label="Upload Image"),
249
+ gr.Audio(source="microphone", type="filepath", streaming=True),
250
  ],
251
  outputs=[gr.Markdown(label="Output Text")],
252
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",