Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ def install_libraries():
|
|
| 13 |
install_libraries()
|
| 14 |
|
| 15 |
def main():
|
| 16 |
-
import
|
| 17 |
st.title("Translate YouTube Video to French")
|
| 18 |
|
| 19 |
url = st.text_input("Enter YouTube Video URL")
|
|
|
|
| 13 |
install_libraries()
|
| 14 |
|
| 15 |
def main():
|
| 16 |
+
import Milestone5API
|
| 17 |
st.title("Translate YouTube Video to French")
|
| 18 |
|
| 19 |
url = st.text_input("Enter YouTube Video URL")
|