Spaces:
Runtime error
Runtime error
Raghavan1988
commited on
Commit
•
b96a4dc
1
Parent(s):
092ead9
Making microphone visible
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ iface = gr.Interface(
|
|
251 |
inputs=[
|
252 |
gr.Textbox(label="Input Text"),
|
253 |
gr.Image(label="Upload Image"),
|
254 |
-
gr.Audio(label="talk", type="filepath", sources="microphone", visible=
|
255 |
],
|
256 |
outputs=[gr.Markdown(label="Output Text")],
|
257 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|
|
|
251 |
inputs=[
|
252 |
gr.Textbox(label="Input Text"),
|
253 |
gr.Image(label="Upload Image"),
|
254 |
+
gr.Audio(label="talk", type="filepath", sources="microphone", visible=True),
|
255 |
],
|
256 |
outputs=[gr.Markdown(label="Output Text")],
|
257 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|