Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> str:
|
|
56 |
|
57 |
return str(OUTPUT_GIF)
|
58 |
|
59 |
-
st.markdown(load_description("TITLE.md"), unsafe_allow_html=True)
|
60 |
# ---- TABS ----
|
61 |
tab1, tab2 = st.tabs(["Demo", "Upload your images"])
|
62 |
|
|
|
56 |
|
57 |
return str(OUTPUT_GIF)
|
58 |
|
59 |
+
st.markdown(load_description("TITLE.md"), unsafe_allow_html=True))
|
60 |
# ---- TABS ----
|
61 |
tab1, tab2 = st.tabs(["Demo", "Upload your images"])
|
62 |
|