evelynsaltt commited on
Commit
2bb13f8
·
verified ·
1 Parent(s): 7761c8b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -16,7 +16,7 @@ In the meantime, below is an example of what you can do with just a few lines of
16
 
17
 
18
  # Set your video directory here
19
- VIDEO_FOLDER = "./synthda_falling_realreal"
20
 
21
  st.set_page_config(layout="centered")
22
  st.title("AutoSynthDa Pose Interpolation Viewer")
 
16
 
17
 
18
  # Set your video directory here
19
+ VIDEO_FOLDER = "./src/synthda_falling_realreal/"
20
 
21
  st.set_page_config(layout="centered")
22
  st.title("AutoSynthDa Pose Interpolation Viewer")