Spaces:
Running
Running
Add link to documentation
Browse files
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
|