Spaces:
Runtime error
Runtime error
Fix source into sources
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ tags = gr.Textbox(label="Tags")
|
|
91 |
# Multiple interfaces using tabs -> https://github.com/gradio-app/gradio/issues/450
|
92 |
io1 = gr.Interface(
|
93 |
fn = transcribe_and_tag,
|
94 |
-
inputs = gr.Audio(
|
95 |
outputs = [transcription, tags],
|
96 |
examples = [
|
97 |
[audio1_filename],
|
|
|
91 |
# Multiple interfaces using tabs -> https://github.com/gradio-app/gradio/issues/450
|
92 |
io1 = gr.Interface(
|
93 |
fn = transcribe_and_tag,
|
94 |
+
inputs = gr.Audio(sources=["upload", "microphone"], type="filepath"),
|
95 |
outputs = [transcription, tags],
|
96 |
examples = [
|
97 |
[audio1_filename],
|