Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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")
|