Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ demo = gr.Blocks()
|
|
60 |
mf_transcribe = gr.Interface(
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
-
gr.
|
64 |
-
gr.
|
65 |
],
|
66 |
outputs="text",
|
67 |
layout="horizontal",
|
|
|
60 |
mf_transcribe = gr.Interface(
|
61 |
fn=transcribe,
|
62 |
inputs=[
|
63 |
+
gr.Audio(source="microphone", type="filepath", optional=True),
|
64 |
+
gr.Audio(source="upload", type="filepath", optional=True),
|
65 |
],
|
66 |
outputs="text",
|
67 |
layout="horizontal",
|