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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -34,8 +34,9 @@ def format_segments(segments, window=10):
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")
 
34
 
35
  return new_segments
36
 
37
+ st.markdown("""
38
  # Youtube video transcription and search
39
+ You can run it on colab GPU for faster performance: [Link](https://colab.research.google.com/drive/1-6Lmvlfwxd5JAnKOBKtdR1YiooIm-rJf?usp=sharing)
40
  """)
41
  with st.form("transcribe"):
42
  yt_link = st.text_input("Youtube link")