textToSQL commited on
Commit
8387862
·
1 Parent(s): 0e621c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
87
 
88
 
89
  title = "Chat with NP"
90
- audio = gr.Audio(source="microphone", type="filepath")
91
 
92
  b1 = gr.Button("Transcribe audio")
93
  b2 = gr.Button("Prepare a report in English")
 
87
 
88
 
89
  title = "Chat with NP"
90
+ audio = gr.Audio(source="recording", type="filepath")
91
 
92
  b1 = gr.Button("Transcribe audio")
93
  b2 = gr.Button("Prepare a report in English")