habib926653 commited on
Commit
2edbaa8
·
verified ·
1 Parent(s): 9c1a326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 text (max 1500 characters):", max_chars=1500)
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