ubaliiringim commited on
Commit
45aad5d
·
verified ·
1 Parent(s): fe3d0ed

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -103,7 +103,6 @@ with gr.Blocks(title="Hausa Voice Lab", delete_cache=(300, 3600)) as demo:
103
  with gr.Column(scale=1):
104
  audio = gr.Audio(
105
  sources=["microphone", "upload"], type="numpy", label="Your recording",
106
- max_length=MAX_SECONDS,
107
  )
108
  gr.Markdown("**1.** Record or upload up to 30 seconds.\n\n**2.** Finish recording, then transcribe.")
109
  run = gr.Button("Transcribe Hausa", variant="primary", size="lg")
 
103
  with gr.Column(scale=1):
104
  audio = gr.Audio(
105
  sources=["microphone", "upload"], type="numpy", label="Your recording",
 
106
  )
107
  gr.Markdown("**1.** Record or upload up to 30 seconds.\n\n**2.** Finish recording, then transcribe.")
108
  run = gr.Button("Transcribe Hausa", variant="primary", size="lg")