Spaces:
Sleeping
Sleeping
Update modules/financial_analyst.py
Browse files
modules/financial_analyst.py
CHANGED
@@ -73,7 +73,8 @@ with demo:
|
|
73 |
gr.Markdown("This project applies AI trained by our financial analysts to analyze earning calls and other financial documents.")
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
-
audio_file = gr.Audio(type="
|
|
|
77 |
with gr.Row():
|
78 |
b1 = gr.Button("Recognize Speech")
|
79 |
with gr.Row():
|
|
|
73 |
gr.Markdown("This project applies AI trained by our financial analysts to analyze earning calls and other financial documents.")
|
74 |
with gr.Row():
|
75 |
with gr.Column():
|
76 |
+
audio_file = gr.Audio(type="filepath")
|
77 |
+
|
78 |
with gr.Row():
|
79 |
b1 = gr.Button("Recognize Speech")
|
80 |
with gr.Row():
|