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

some checking code added

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -348,9 +348,16 @@ with step3_button_col1:
348
 
349
  if st.session_state.video_button:
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(
 
348
 
349
  if st.session_state.video_button:
350
 
351
+ step3_col1, step3_col2, _ = st.columns([4, 3, 5])
352
 
353
  st.write(os.path.isfile('generated_video.mp4'))
354
+ st.write(os.path.isfile('temp/result.avi'))
355
+
356
+ with step3_col2:
357
+ st.video(
358
+ # os.path.join('avatar_videos', 'generated_video.mp4')
359
+ 'temp/result.avi'
360
+ )
361
 
362
  with step3_col1:
363
  st.video(