Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moro23
/
Hausa-English-ASR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
moro23
commited on
Aug 15, 2022
Commit
8fde49e
·
1 Parent(s):
52a2969
Create new file
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#Importing all the necessary packages
2
+
import nltk
3
+
import librosa
4
+
import torch
5
+
import gradio as gr
6
+
from transformers import Wav2Vec2Tokenizer, Wav2Vec2ForCTC
7
+
nltk.download("punkt")