Spaces:
Runtime error
Runtime error
Raghavan1988
commited on
Commit
•
8e01d2c
1
Parent(s):
c14b293
Adding microphone input to Gradio
Browse files
app.py
CHANGED
@@ -245,7 +245,8 @@ iface = gr.Interface(
|
|
245 |
fn=process_and_query,
|
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 ⚕🗣️😷",
|
|
|
245 |
fn=process_and_query,
|
246 |
inputs=[
|
247 |
gr.Textbox(label="Input Text"),
|
248 |
+
gr.Image(label="Upload Image"),
|
249 |
+
gr.Audio(source="microphone", label="Record Audio", type="file", filename="audio.wav"),
|
250 |
],
|
251 |
outputs=[gr.Markdown(label="Output Text")],
|
252 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|