IS361Group4 commited on
Commit
e1b7bfc
·
verified ·
1 Parent(s): 45f077b

Update modules/financial_analyst.py

Browse files
Files changed (1) hide show
  1. modules/financial_analyst.py +1 -1
modules/financial_analyst.py CHANGED
@@ -73,7 +73,7 @@ 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(source="microphone", 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="file")
77
  with gr.Row():
78
  b1 = gr.Button("Recognize Speech")
79
  with gr.Row():