Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -20,7 +20,7 @@ st.markdown("""
|
|
| 20 |
""", unsafe_allow_html=True)
|
| 21 |
|
| 22 |
# ---------- Row 1: synthda_falling_realreal ----------
|
| 23 |
-
st.markdown("## Demo Set 1:
|
| 24 |
|
| 25 |
weight1 = st.slider("Interpolation Weight (Set 1)", 0.0, 1.0, 0.5, step=0.1)
|
| 26 |
|
|
@@ -66,7 +66,7 @@ with col3:
|
|
| 66 |
st.error("Video 2 not found")
|
| 67 |
|
| 68 |
# ---------- Row 2: synthda_demo_fall_2 ----------
|
| 69 |
-
st.markdown("## Demo Set 2:
|
| 70 |
|
| 71 |
weight2 = st.slider("Interpolation Weight (Set 2)", 0.0, 1.0, 0.5, step=0.1)
|
| 72 |
|
|
|
|
| 20 |
""", unsafe_allow_html=True)
|
| 21 |
|
| 22 |
# ---------- Row 1: synthda_falling_realreal ----------
|
| 23 |
+
st.markdown("## Demo Set 1: Synthetic-Real Interpolation [Fall]")
|
| 24 |
|
| 25 |
weight1 = st.slider("Interpolation Weight (Set 1)", 0.0, 1.0, 0.5, step=0.1)
|
| 26 |
|
|
|
|
| 66 |
st.error("Video 2 not found")
|
| 67 |
|
| 68 |
# ---------- Row 2: synthda_demo_fall_2 ----------
|
| 69 |
+
st.markdown("## Demo Set 2: Real-Real Interpolation [Fall]")
|
| 70 |
|
| 71 |
weight2 = st.slider("Interpolation Weight (Set 2)", 0.0, 1.0, 0.5, step=0.1)
|
| 72 |
|