Spaces:
Running
Running
some experiment code removed
Browse files
app.py
CHANGED
@@ -348,16 +348,9 @@ with step3_button_col1:
|
|
348 |
|
349 |
if st.session_state.video_button:
|
350 |
|
351 |
-
step3_col1,
|
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(
|