JaMugen commited on
Commit
54d5c6b
·
1 Parent(s): cd04722

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  import streamlit as st
3
  import subprocess
4
- import functions
5
  def install_libraries():
6
  try:
7
  subprocess.check_call(['pip', 'install', 'pytube'])
@@ -12,7 +11,7 @@ def install_libraries():
12
 
13
  if __name__ == "__main__":
14
  install_libraries()
15
-
16
  # Title
17
  st.title("Translate YouTube Video to French with Hugging Face")
18
  url = st.text_input("Enter YouTube Video URL")
 
1
  import streamlit as st
2
  import streamlit as st
3
  import subprocess
 
4
  def install_libraries():
5
  try:
6
  subprocess.check_call(['pip', 'install', 'pytube'])
 
11
 
12
  if __name__ == "__main__":
13
  install_libraries()
14
+ import functions
15
  # Title
16
  st.title("Translate YouTube Video to French with Hugging Face")
17
  url = st.text_input("Enter YouTube Video URL")