Spaces:
Sleeping
Sleeping
Update financial_analyst.py
Browse files- financial_analyst.py +1 -1
financial_analyst.py
CHANGED
@@ -67,7 +67,7 @@ def fls(text):
|
|
67 |
def create_financial_tab():
|
68 |
with gr.Row():
|
69 |
with gr.Column():
|
70 |
-
audio_file = gr.Audio(
|
71 |
with gr.Row():
|
72 |
b1 = gr.Button("Recognize Speech")
|
73 |
with gr.Row():
|
|
|
67 |
def create_financial_tab():
|
68 |
with gr.Row():
|
69 |
with gr.Column():
|
70 |
+
audio_file = gr.Audio(type="filepath")
|
71 |
with gr.Row():
|
72 |
b1 = gr.Button("Recognize Speech")
|
73 |
with gr.Row():
|