Spaces:
Build error
Build error
pustozerov
commited on
Commit
•
cc0411c
1
Parent(s):
ece7272
Added auto-creation of manifests folder.
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ FOLDER_MANIFESTS = "info/configs/manifests/"
|
|
18 |
SAMPLE_RATE = 16000
|
19 |
dataset = load_dataset("pustozerov/crema_d_diarization", split='validation')
|
20 |
os.makedirs(FOLDER_WAV_DB, exist_ok=True)
|
|
|
21 |
|
22 |
st.title('Call Transcription demo')
|
23 |
st.subheader('This simple demo shows the possibilities of the ASR and NLP in the task of '
|
|
|
18 |
SAMPLE_RATE = 16000
|
19 |
dataset = load_dataset("pustozerov/crema_d_diarization", split='validation')
|
20 |
os.makedirs(FOLDER_WAV_DB, exist_ok=True)
|
21 |
+
os.makedirs(FOLDER_MANIFESTS, exist_ok=True)
|
22 |
|
23 |
st.title('Call Transcription demo')
|
24 |
st.subheader('This simple demo shows the possibilities of the ASR and NLP in the task of '
|