DrishtiSharma commited on
Commit
ef93443
1 Parent(s): 1bc1157

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ player_options = {
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
 
 
18
  }
19
 
20
  st.title("YouTube Video Spanish ASR")
21
+ st.write("Acknowledgement: 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