Spaces:
Sleeping
Sleeping
Théo Rousseaux
commited on
Commit
·
31207dc
1
Parent(s):
00a277e
display
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ with col2:
|
|
| 107 |
shutil.rmtree('/home/user/.pyenv/runs', ignore_errors=True)
|
| 108 |
st.session_state.file_name = None
|
| 109 |
st.session_state.file_name = video_uploaded.split("/")[-1]
|
| 110 |
-
_left, mid, _right = st.columns([1,
|
| 111 |
with mid:
|
| 112 |
if os.path.exists('/home/user/.pyenv/runs'):
|
| 113 |
predict_list = os.listdir(os.path.join('/home/user/.pyenv/runs', 'pose'))
|
|
|
|
| 107 |
shutil.rmtree('/home/user/.pyenv/runs', ignore_errors=True)
|
| 108 |
st.session_state.file_name = None
|
| 109 |
st.session_state.file_name = video_uploaded.split("/")[-1]
|
| 110 |
+
_left, mid, _right = st.columns([1, 2, 1])
|
| 111 |
with mid:
|
| 112 |
if os.path.exists('/home/user/.pyenv/runs'):
|
| 113 |
predict_list = os.listdir(os.path.join('/home/user/.pyenv/runs', 'pose'))
|