Vahe commited on
Commit
6c8a240
·
1 Parent(s): aabb1ec

a code line added for testing

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -350,6 +350,8 @@ if st.session_state.video_button:
350
 
351
  step3_col1, _, _ = st.columns([4, 3, 5])
352
 
 
 
353
  with step3_col1:
354
  st.video(
355
  # os.path.join('avatar_videos', 'generated_video.mp4')
 
350
 
351
  step3_col1, _, _ = st.columns([4, 3, 5])
352
 
353
+ st.write(os.path.isfile('generated_video.mp4'))
354
+
355
  with step3_col1:
356
  st.video(
357
  # os.path.join('avatar_videos', 'generated_video.mp4')