Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,9 @@ def format_segments(segments, window=10):
|
|
34 |
|
35 |
return new_segments
|
36 |
|
37 |
-
st.
|
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")
|