AItool commited on
Commit
959a488
·
verified ·
1 Parent(s): 8b104f5

load title

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ def interpolate_image(img_a_path: str, img_b_path: str) -> str:
56
 
57
  return str(OUTPUT_GIF)
58
 
 
59
  # ---- TABS ----
60
  tab1, tab2 = st.tabs(["Demo", "Upload your images"])
61
 
 
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