Commit
•
55d34e6
1
Parent(s):
c2eb079
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ demo = gr.Blocks()
|
|
95 |
mf_transcribe = gr.Interface(
|
96 |
fn=transcribe,
|
97 |
inputs=[
|
98 |
-
gr.inputs.Audio(sources="microphone", type="filepath),
|
99 |
gr.inputs.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
100 |
],
|
101 |
outputs="text",
|
|
|
95 |
mf_transcribe = gr.Interface(
|
96 |
fn=transcribe,
|
97 |
inputs=[
|
98 |
+
gr.inputs.Audio(sources="microphone", type="filepath"),
|
99 |
gr.inputs.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
|
100 |
],
|
101 |
outputs="text",
|