IS361Group4 commited on
Commit
9c0abcf
·
verified ·
1 Parent(s): e1b7bfc

Update modules/financial_analyst.py

Browse files
Files changed (1) hide show
  1. modules/financial_analyst.py +2 -1
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="file")
 
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():