Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ mf_transcribe = gr.Interface(
|
|
30 |
fn=get_emotion,
|
31 |
inputs=[
|
32 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
33 |
-
gr.inputs.Audio(source="upload", type="filepath", optional=True)
|
34 |
],
|
35 |
outputs="text",
|
36 |
layout="horizontal",
|
|
|
30 |
fn=get_emotion,
|
31 |
inputs=[
|
32 |
gr.inputs.Audio(source="microphone", type="filepath", optional=True),
|
33 |
+
gr.inputs.Audio(source="upload", type="filepath", optional=True),
|
34 |
],
|
35 |
outputs="text",
|
36 |
layout="horizontal",
|