Spaces:
Sleeping
Sleeping
zanemotiwala
commited on
Commit
•
a7370d6
1
Parent(s):
6328c80
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import logging
|
|
3 |
from transformers import pipeline
|
4 |
import torch
|
5 |
|
6 |
-
|
7 |
-
|
8 |
|
9 |
|
10 |
asr = pipeline(task="automatic-speech-recognition",
|
|
|
3 |
from transformers import pipeline
|
4 |
import torch
|
5 |
|
6 |
+
description = "Simple Speech Recognition App"
|
7 |
+
title = "This app allows users to record audio through the microphone or upload audio files to be transcribed into text. It uses the speech_recognition library to process audio and extract spoken words. Ideal for quick transcription of short speeches and audio notes."
|
8 |
|
9 |
|
10 |
asr = pipeline(task="automatic-speech-recognition",
|