Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from utils import get_scenes, generate_video_assets, generate_video # Import th
|
|
6 |
st.title("Text to Video Generator")
|
7 |
|
8 |
# Text input box with a max of 1500 characters
|
9 |
-
text_script = st.text_area("Enter your
|
10 |
|
11 |
|
12 |
# Initialize the client with the hosted model
|
|
|
6 |
st.title("Text to Video Generator")
|
7 |
|
8 |
# Text input box with a max of 1500 characters
|
9 |
+
text_script = st.text_area("Enter your script/story (max 1500 characters):", max_chars=1500)
|
10 |
|
11 |
|
12 |
# Initialize the client with the hosted model
|