Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,18 @@ def main():
|
|
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 |
-
|
|
|
|
|
|
|
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")
|
|
|
66 |
st.header("Video ASR Streamlit from Youtube Link")
|
67 |
|
68 |
with st.form(key="inputs_form"):
|
69 |
+
# Our worlds best teachers on subjects of AI, Cognitive, Neuroscience for our Behavioral and Medical Health
|
70 |
+
ytSeanKelly="https://www.youtube.com/watch?v=cC1HszE5Hcw&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=1"
|
71 |
+
ytSamHarris="https://www.youtube.com/watch?v=4dC_nRYIDZU&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=2"
|
72 |
+
ytJohnAbramson="https://www.youtube.com/watch?v=arrokG3wCdE&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=3"
|
73 |
+
ytElonMusk="https://www.youtube.com/watch?v=DxREm3s1scA&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=4"
|
74 |
+
ytJeffreyShainline="https://www.youtube.com/watch?v=EwueqdgIvq4&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=5"
|
75 |
+
ytJeffHawkins="https://www.youtube.com/watch?v=Z1KwkpTUbkg&list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&index=6"
|
76 |
ytSamHarris="https://youtu.be/4dC_nRYIDZU?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=7809"
|
77 |
+
ytSamHarris="https://youtu.be/4dC_nRYIDZU?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=7809"
|
78 |
+
ytSamHarris="https://youtu.be/4dC_nRYIDZU?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=7809"
|
79 |
+
ytSamHarris="https://youtu.be/4dC_nRYIDZU?list=PLHgX2IExbFouJoqEr8JMF5MbZSbyC91-L&t=7809"
|
80 |
+
state.youtube_url = st.text_input("YouTube URL", ytJeffHawkins)
|
81 |
state.chunk_duration_ms = st.slider("Audio chunk duration (ms)", 2000, 10000, 3000, 100)
|
82 |
state.pad_duration_ms = st.slider("Padding duration (ms)", 100, 5000, 1000, 100)
|
83 |
submit_button = st.form_submit_button(label="Submit")
|