Spaces:
Build error
Build error
patrickvonplaten
commited on
Commit
•
dad3594
1
Parent(s):
354206a
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ iface = gr.Interface(
|
|
77 |
fn=transcribe,
|
78 |
inputs=[
|
79 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|
80 |
-
gr.inputs.Audio(source="upload", type='
|
81 |
gr.inputs.Dropdown(target_language),
|
82 |
],
|
83 |
outputs="text",
|
|
|
77 |
fn=transcribe,
|
78 |
inputs=[
|
79 |
gr.inputs.Audio(source="microphone", type='filepath', optional=True),
|
80 |
+
gr.inputs.Audio(source="upload", type='filepath', optional=True),
|
81 |
gr.inputs.Dropdown(target_language),
|
82 |
],
|
83 |
outputs="text",
|