nalin0503 commited on
Commit
2b6d110
·
1 Parent(s): 19f6a8a

Add link to documentation

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -222,6 +222,9 @@ def main():
222
  Optionally, you can enable LCM-LoRA for accelerated inference (with slight decrease in quality).
223
  Upload two images, optionally provide descriptions, and fine-tune the settings to create a smooth, high-quality morphing video.
224
  </p>
 
 
 
225
  <hr>
226
  """,
227
  unsafe_allow_html=True
 
222
  Optionally, you can enable LCM-LoRA for accelerated inference (with slight decrease in quality).
223
  Upload two images, optionally provide descriptions, and fine-tune the settings to create a smooth, high-quality morphing video.
224
  </p>
225
+ <p style='text-align: center; font-size: 1rem; margin-top: 0.5rem;'>
226
+ For further information on how to configure the parameters, please refer to the <a href="https://nalin0503.github.io/FYP_ImageMorpher/" target="_blank" style="color: #8e44ad; text-decoration: underline;">User Documentation</a>.
227
+ </p>
228
  <hr>
229
  """,
230
  unsafe_allow_html=True