Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ with gr.Blocks() as demo:
|
|
| 218 |
submit_button.click(audio_function, outputs=[output_text,output_text_2,gr.Textbox(label=" asr_text :")])
|
| 219 |
gr.Markdown("## Click the Summarize to display call summary")
|
| 220 |
submit_button = gr.Button("Summarize")
|
| 221 |
-
output_text = gr.Textbox(label="
|
| 222 |
submit_button.click(audio_function2, outputs=[output_text,gr.Textbox(label="Time Taken :")])
|
| 223 |
|
| 224 |
demo.launch()
|
|
|
|
| 218 |
submit_button.click(audio_function, outputs=[output_text,output_text_2,gr.Textbox(label=" asr_text :")])
|
| 219 |
gr.Markdown("## Click the Summarize to display call summary")
|
| 220 |
submit_button = gr.Button("Summarize")
|
| 221 |
+
output_text = gr.Textbox(label="Sales Call Notes")
|
| 222 |
submit_button.click(audio_function2, outputs=[output_text,gr.Textbox(label="Time Taken :")])
|
| 223 |
|
| 224 |
demo.launch()
|