Spaces:
Running
Running
JulianHame
commited on
Commit
•
edf2e81
1
Parent(s):
929ced6
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ st.title('Foreign Whispers - YouTube Video Translation') # Header of applicatio
|
|
15 |
|
16 |
# Take YouTube video link as input
|
17 |
video_url = st.text_input('Paste the link of a YouTube video:',
|
18 |
-
value = "https://www.youtube.com/watch?v=
|
19 |
|
20 |
# Dropdown box for selecting target language
|
21 |
language = st.selectbox('Translate video to:',
|
|
|
15 |
|
16 |
# Take YouTube video link as input
|
17 |
video_url = st.text_input('Paste the link of a YouTube video:',
|
18 |
+
value = "https://www.youtube.com/watch?v=2ylerrtD_4Y")
|
19 |
|
20 |
# Dropdown box for selecting target language
|
21 |
language = st.selectbox('Translate video to:',
|