textToSQL commited on
Commit
55f025c
1 Parent(s): 1cc4666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ with gr.Blocks() as demo:
72
  audio = gr.Audio(type="filepath")
73
 
74
  b1 = gr.Button("Transcribe audio")
75
- b2 = gr.Button("Prepare a report in English")
76
- b3 = gr.Button("Email report to your doctor")
77
 
78
 
79
  text1 = gr.Textbox(lines=5)
 
72
  audio = gr.Audio(type="filepath")
73
 
74
  b1 = gr.Button("Transcribe audio")
75
+ b2 = gr.Button("<Placeholder for the prompted action>")
76
+ #b3 = gr.Button("Email report to your doctor")
77
 
78
 
79
  text1 = gr.Textbox(lines=5)