issam9 commited on
Commit
23c6d70
1 Parent(s): c66921f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -34,6 +34,9 @@ def format_segments(segments, window=10):
34
 
35
  return new_segments
36
 
 
 
 
37
  with st.form("transcribe"):
38
  yt_link = st.text_input("Youtube link")
39
  whisper_size = st.selectbox("Whisper model size", ("small", "base", "large"))
 
34
 
35
  return new_segments
36
 
37
+ st.write("""
38
+ # Youtube video transcription and search
39
+ """)
40
  with st.form("transcribe"):
41
  yt_link = st.text_input("Youtube link")
42
  whisper_size = st.selectbox("Whisper model size", ("small", "base", "large"))