Spaces:
Runtime error
Runtime error
Raghavan1988
commited on
Commit
·
b15c8e5
1
Parent(s):
8e01d2c
remove Audio source
Browse files
app.py
CHANGED
@@ -246,7 +246,6 @@ iface = gr.Interface(
|
|
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 ⚕🗣️😷",
|
|
|
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 ⚕🗣️😷",
|