Vahe commited on
Commit
65b8447
·
1 Parent(s): a882cea

some experiment code removed

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -348,16 +348,9 @@ with step3_button_col1:
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(
 
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(