NikilDGr8 commited on
Commit
85f4493
1 Parent(s): 00b2db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ def main(audio):
113
 
114
  answers = fill_textboxes(context)
115
  answers.insert(0, "") # for "Child's Name"
116
- answers.insert(0, "Dr. Charles Xavier") # for "Doctor’s Name"
117
 
118
  return answers
119
 
@@ -124,7 +124,7 @@ def save_answers(*args):
124
 
125
  # Create the Gradio interface
126
  with gr.Blocks() as demo:
127
- gr.Markdown("# Audio Transcription and Question Answering App")
128
  audio_input = gr.Audio(type="filepath", label="Record your audio", elem_id="audio_input")
129
  transcribe_button = gr.Button("Transcribe and Generate Form", elem_id="transcribe_button")
130
 
 
113
 
114
  answers = fill_textboxes(context)
115
  answers.insert(0, "") # for "Child's Name"
116
+ answers.insert(0, "Dr.Alvi") # for "Doctor’s Name"
117
 
118
  return answers
119
 
 
124
 
125
  # Create the Gradio interface
126
  with gr.Blocks() as demo:
127
+ gr.Markdown("# OHA Form Filler App")
128
  audio_input = gr.Audio(type="filepath", label="Record your audio", elem_id="audio_input")
129
  transcribe_button = gr.Button("Transcribe and Generate Form", elem_id="transcribe_button")
130