Spaces:
Sleeping
Sleeping
edit description
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -113,7 +113,7 @@ with col6:
|
|
| 113 |
st.error("Video 2 not found")
|
| 114 |
|
| 115 |
# ---------- Row 3: synthda_demo_fall_3 (NEW) ----------
|
| 116 |
-
st.markdown("## Demo Set 3: Real-Real Interpolation [Fall]")
|
| 117 |
|
| 118 |
weight3 = st.slider("Interpolation Weight (Set 3)", 0.0, 1.0, 0.5, step=0.1)
|
| 119 |
|
|
|
|
| 113 |
st.error("Video 2 not found")
|
| 114 |
|
| 115 |
# ---------- Row 3: synthda_demo_fall_3 (NEW) ----------
|
| 116 |
+
st.markdown("## Demo Set 3: Real-Real Interpolation [Fall][Different Lighting/BG]")
|
| 117 |
|
| 118 |
weight3 = st.slider("Interpolation Weight (Set 3)", 0.0, 1.0, 0.5, step=0.1)
|
| 119 |
|