Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
5abaf6f
1
Parent(s):
d385acf
Update App_Function_Libraries/Gradio_UI/Live_Recording.py
Browse files
App_Function_Libraries/Gradio_UI/Live_Recording.py
CHANGED
@@ -28,7 +28,7 @@ def create_live_recording_tab():
|
|
28 |
save_recording = gr.Checkbox(label="Save Recording")
|
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 (
|
32 |
stop_button = gr.Button("Stop Recording(DOESNT WORK IN DEMO)")
|
33 |
with gr.Column():
|
34 |
output = gr.Textbox(label="Transcription", lines=10)
|
|
|
28 |
save_recording = gr.Checkbox(label="Save Recording")
|
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 (DOESNT 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)
|