AItool commited on
Commit
2fdd052
·
verified ·
1 Parent(s): a8c6e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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