DrishtiSharma
commited on
Commit
•
1bc1157
1
Parent(s):
32af9ec
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ player_options = {
|
|
18 |
}
|
19 |
|
20 |
st.title("YouTube Video Spanish ASR")
|
21 |
-
|
22 |
# disable rapid fading in and out on `st.code` updates
|
23 |
st.markdown("<style>.element-container{opacity:1 !important}</style>", unsafe_allow_html=True)
|
24 |
|
|
|
18 |
}
|
19 |
|
20 |
st.title("YouTube Video Spanish ASR")
|
21 |
+
st.write("This demo is based on Anton Lozhkov's cool Space : https://huggingface.co/spaces/anton-l/youtube-subs-wav2vec")
|
22 |
# disable rapid fading in and out on `st.code` updates
|
23 |
st.markdown("<style>.element-container{opacity:1 !important}</style>", unsafe_allow_html=True)
|
24 |
|