Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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("#
|
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 |
|