Spaces:
Runtime error
Runtime error
alankabisov
commited on
Commit
β’
4f953ec
1
Parent(s):
b7c73b0
adaptation to huggingface spaces
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ if __name__ == "__main__":
|
|
157 |
st.title('YouTube Video Summary π')
|
158 |
st.markdown('Creates summary for given YouTube video URL based on transcripts.')
|
159 |
st.code('https://www.youtube.com/watch?v=skl4OXNA12U')
|
160 |
-
st.code('https://youtu.be/
|
161 |
|
162 |
col1, col2 = st.columns(2)
|
163 |
|
|
|
157 |
st.title('YouTube Video Summary π')
|
158 |
st.markdown('Creates summary for given YouTube video URL based on transcripts.')
|
159 |
st.code('https://www.youtube.com/watch?v=skl4OXNA12U')
|
160 |
+
st.code('https://youtu.be/1wkPMUZ9vX4')
|
161 |
|
162 |
col1, col2 = st.columns(2)
|
163 |
|