Spaces:
Runtime error
Runtime error
Raghavan1988
commited on
Commit
•
b2b4b23
1
Parent(s):
70a578e
removing audio input
Browse files
app.py
CHANGED
@@ -255,7 +255,6 @@ iface = gr.Interface(
|
|
255 |
inputs=[
|
256 |
gr.Textbox(label="Input Text"),
|
257 |
gr.Image(label="Upload Image"),
|
258 |
-
gr.Audio(source="microphone", type="filepath", streaming=True),
|
259 |
],
|
260 |
outputs=[gr.Markdown(label="Output Text")],
|
261 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|
|
|
255 |
inputs=[
|
256 |
gr.Textbox(label="Input Text"),
|
257 |
gr.Image(label="Upload Image"),
|
|
|
258 |
],
|
259 |
outputs=[gr.Markdown(label="Output Text")],
|
260 |
title="👋🏻Welcome to ⚕🗣️😷MultiMed - Access Chat ⚕🗣️😷",
|