Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
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")
|