Spaces:
Running
Running
matejmicek
commited on
Commit
•
686a472
1
Parent(s):
0e8d23f
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,8 @@ from moviepy.editor import ImageClip, AudioFileClip
|
|
100 |
|
101 |
|
102 |
def main():
|
103 |
-
st.title("
|
|
|
104 |
|
105 |
# Image upload
|
106 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
|
|
|
100 |
|
101 |
|
102 |
def main():
|
103 |
+
st.title("David Attenborough Narrator")
|
104 |
+
st.text("Upload an image and wait ...")
|
105 |
|
106 |
# Image upload
|
107 |
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
|