oceansweep commited on
Commit
d385acf
·
verified ·
1 Parent(s): 41c7b16

Update App_Function_Libraries/Gradio_UI/Live_Recording.py

Browse files
App_Function_Libraries/Gradio_UI/Live_Recording.py CHANGED
@@ -29,7 +29,7 @@ def create_live_recording_tab():
29
  save_to_db = gr.Checkbox(label="Save Transcription to Database(Must be checked to save - can be checked afer transcription)", value=False)
30
  custom_title = gr.Textbox(label="Custom Title (for database)", visible=False)
31
  record_button = gr.Button("Start Recording (DOESN"T WORK IN DEMO)")
32
- stop_button = gr.Button("Stop Recording(DOESN"T WORK IN DEMO)")
33
  with gr.Column():
34
  output = gr.Textbox(label="Transcription", lines=10)
35
  audio_output = gr.Audio(label="Recorded Audio", visible=False)
 
29
  save_to_db = gr.Checkbox(label="Save Transcription to Database(Must be checked to save - can be checked afer transcription)", value=False)
30
  custom_title = gr.Textbox(label="Custom Title (for database)", visible=False)
31
  record_button = gr.Button("Start Recording (DOESN"T WORK IN DEMO)")
32
+ stop_button = gr.Button("Stop Recording(DOESNT WORK IN DEMO)")
33
  with gr.Column():
34
  output = gr.Textbox(label="Transcription", lines=10)
35
  audio_output = gr.Audio(label="Recorded Audio", visible=False)