Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def generate_video_from_image(image, duration_seconds=10, progress_bar=None):
|
|
81 |
def main():
|
82 |
st.set_page_config(page_title="Video Generator", page_icon="π₯")
|
83 |
|
84 |
-
st.title("π₯
|
85 |
st.write("""
|
86 |
Upload an image to generate a video with AI-powered motion and transitions.
|
87 |
The app will automatically generate a caption for your image and use it as inspiration for the video.
|
|
|
81 |
def main():
|
82 |
st.set_page_config(page_title="Video Generator", page_icon="π₯")
|
83 |
|
84 |
+
st.title("π₯ Video Generator")
|
85 |
st.write("""
|
86 |
Upload an image to generate a video with AI-powered motion and transitions.
|
87 |
The app will automatically generate a caption for your image and use it as inspiration for the video.
|