reshav1 commited on
Commit
fce9855
·
verified ·
1 Parent(s): 72e95a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ prompt = st.text_input("Enter your text prompt:", "Spiderman is surfing")
17
 
18
  # Button to trigger generation
19
  if st.button("Generate Video"):
 
20
 
21
  # Ensure you have 'accelerate' version 0.17.0 or higher (see previous explanation)
22
  import accelerate
 
17
 
18
  # Button to trigger generation
19
  if st.button("Generate Video"):
20
+ st.video(video_path)
21
 
22
  # Ensure you have 'accelerate' version 0.17.0 or higher (see previous explanation)
23
  import accelerate