Spaces:
Runtime error
Runtime error
Correction in gr.Audio
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ description = "A simple Gradio interface to use a Multi-model (image, text, audi
|
|
179 |
|
180 |
demo = gr.Interface(input_multimodel,
|
181 |
inputs = [gr.Image(label="Input context Image"),
|
182 |
-
gr.Audio(label="Input context Audio",
|
183 |
gr.Textbox(label="Input context Text"),
|
184 |
gr.Textbox(label="Input Query"),
|
185 |
],
|
|
|
179 |
|
180 |
demo = gr.Interface(input_multimodel,
|
181 |
inputs = [gr.Image(label="Input context Image"),
|
182 |
+
gr.Audio(label="Input context Audio", sources=["microphone", "upload"], type="filepath"),
|
183 |
gr.Textbox(label="Input context Text"),
|
184 |
gr.Textbox(label="Input Query"),
|
185 |
],
|