textToSQL commited on
Commit
32d8e11
·
1 Parent(s): 8387862

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="recording", 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(type="filepath")
91
 
92
  b1 = gr.Button("Transcribe audio")
93
  b2 = gr.Button("Prepare a report in English")