IS361Group4 commited on
Commit
0bb16af
·
verified ·
1 Parent(s): 14e11ca

Update financial_analyst.py

Browse files
Files changed (1) hide show
  1. 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(source="microphone", type="filepath")
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():