not-lain commited on
Commit
d391c25
·
1 Parent(s): 61dc79d

changed gr.Audio

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -260,8 +260,8 @@ iface = gr.Interface(
260
  inputs=[
261
  gr.Textbox(label="Input Text"),
262
  gr.Image(label="Upload Image"),
263
- gr.Audio(label="talk in french", type="filepath",
264
- sources="microphone", visible=True),
265
  ],
266
  outputs=[gr.Markdown(label="Output Text")],
267
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
 
260
  inputs=[
261
  gr.Textbox(label="Input Text"),
262
  gr.Image(label="Upload Image"),
263
+ gr.Audio(label="talk in french",
264
+ sources=["microphone"]),
265
  ],
266
  outputs=[gr.Markdown(label="Output Text")],
267
  title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",