subashdvorak commited on
Commit
1a3897e
·
verified ·
1 Parent(s): 5d2ea6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ if st.button('Generate the story'):
73
  st.video(temp_video_path, format="video/mp4", start_time=0)
74
 
75
  try:
76
- with st.spinner("Generating the story of the video):
77
  # Upload and process the video
78
  processed_video = upload_file(temp_video_path)
79
  while processed_video.state.name == "PROCESSING":
 
73
  st.video(temp_video_path, format="video/mp4", start_time=0)
74
 
75
  try:
76
+ with st.spinner("Generating the story of the video"):
77
  # Upload and process the video
78
  processed_video = upload_file(temp_video_path)
79
  while processed_video.state.name == "PROCESSING":