Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -9,8 +9,8 @@ st.set_page_config(layout="wide")
|
|
9 |
|
10 |
# Title and description (centered)
|
11 |
st.markdown("""
|
12 |
-
<h1 style="text-align: center;">
|
13 |
-
<h3 style="text-align: center;">
|
14 |
<p style="text-align: center;">
|
15 |
AutoSynthDa blends two input motion videos to <strong>generate kinematically coherent, synthetic action videos</strong>.<br>
|
16 |
Use the slider below to explore how the system interpolates motion from one video to another.<br>
|
|
|
9 |
|
10 |
# Title and description (centered)
|
11 |
st.markdown("""
|
12 |
+
<h1 style="text-align: center;">Project SynthDa</h1>
|
13 |
+
<h3 style="text-align: center;">SynthDa Interpolation Demo Viewer</h3>
|
14 |
<p style="text-align: center;">
|
15 |
AutoSynthDa blends two input motion videos to <strong>generate kinematically coherent, synthetic action videos</strong>.<br>
|
16 |
Use the slider below to explore how the system interpolates motion from one video to another.<br>
|