awacke1 commited on
Commit
911c7b2
1 Parent(s): d2afea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ def main():
66
  st.header("Video ASR Streamlit from Youtube Link")
67
 
68
  with st.form(key="inputs_form"):
69
- state.youtube_url = st.text_input("YouTube URL", "https://youtu.be/cC1HszE5Hcw?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L")
 
70
  state.chunk_duration_ms = st.slider("Audio chunk duration (ms)", 2000, 10000, 3000, 100)
71
  state.pad_duration_ms = st.slider("Padding duration (ms)", 100, 5000, 1000, 100)
72
  submit_button = st.form_submit_button(label="Submit")
 
66
  st.header("Video ASR Streamlit from Youtube Link")
67
 
68
  with st.form(key="inputs_form"):
69
+ ytSamHarris="https://youtu.be/4dC_nRYIDZU?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=7809"
70
+ state.youtube_url = st.text_input("YouTube URL", ytSamHarris)
71
  state.chunk_duration_ms = st.slider("Audio chunk duration (ms)", 2000, 10000, 3000, 100)
72
  state.pad_duration_ms = st.slider("Padding duration (ms)", 100, 5000, 1000, 100)
73
  submit_button = st.form_submit_button(label="Submit")