Spaces:
Runtime error
Runtime error
changed gr.Audio
Browse files
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",
|
264 |
-
sources="microphone"
|
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 ⚕🗣️😷",
|