Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import subprocess
|
| 3 |
-
import Milestone5API
|
| 4 |
|
| 5 |
def install_libraries():
|
| 6 |
try:
|
|
@@ -11,7 +10,7 @@ def install_libraries():
|
|
| 11 |
print("Error during installation:", e)
|
| 12 |
|
| 13 |
install_libraries()
|
| 14 |
-
|
| 15 |
def main():
|
| 16 |
# Title
|
| 17 |
st.title("Translate YouTube Video to French")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import subprocess
|
|
|
|
| 3 |
|
| 4 |
def install_libraries():
|
| 5 |
try:
|
|
|
|
| 10 |
print("Error during installation:", e)
|
| 11 |
|
| 12 |
install_libraries()
|
| 13 |
+
import Milestone5API
|
| 14 |
def main():
|
| 15 |
# Title
|
| 16 |
st.title("Translate YouTube Video to French")
|