OthmaneLKH commited on
Commit
a8d57ec
1 Parent(s): 4b56574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -508,7 +508,7 @@ with demo:
508
  ########################## Step 1.1: Record Audio ##########################
509
 
510
  gr.Markdown("## Step 1.1: Record an Audio File")
511
-
512
  with gr.Row():
513
  audio_recorder = gr.Audio(source="microphone", type="file", label="Record Audio")
514
  record_output = gr.Audio(label="Recorded Audio", type="filepath")
@@ -522,7 +522,7 @@ with demo:
522
  key_gen_fn,
523
  inputs=[],
524
  outputs=[gen_key_btn],
525
- )
526
 
527
  ########################## Main document Part ##########################
528
 
 
508
  ########################## Step 1.1: Record Audio ##########################
509
 
510
  gr.Markdown("## Step 1.1: Record an Audio File")
511
+ """
512
  with gr.Row():
513
  audio_recorder = gr.Audio(source="microphone", type="file", label="Record Audio")
514
  record_output = gr.Audio(label="Recorded Audio", type="filepath")
 
522
  key_gen_fn,
523
  inputs=[],
524
  outputs=[gen_key_btn],
525
+ ) """
526
 
527
  ########################## Main document Part ##########################
528