Spaces:
Running
Running
File size: 987 Bytes
8b104f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
<div style="display: flex; flex-direction: column; align-items: center; padding-right: 300px; padding-left: 300px; margin: 20px auto;">
<!-- Title -->
<h1 style="font-size: 28px; font-weight: bold; color: black; margin-bottom: 20px; text-align: center;">RIFE Interpolation
</h1>
<!-- Disclaimer -->
<div style="padding: 20px; font-size: 14px; text-align: center; border-radius: 8px;">
<p>
<strong>Disclaimer:</strong> This demo on Hugging Face Spaces, developed by AI tool, it is free for trial use.
<br><br>
We strongly advise users not to knowingly generate or allow others to generate harmful content, including hate speech, violence, pornography, deception, misogyny, etc.
<br><br>
<span style="font-size: 13px; color: #555;">
注:我们建议,用户不应传播及不应允许他人传播以下内容,包括但不限于仇恨言论、暴力、色情、欺诈相关的有害信息。
</span>
</p>
</div>
</div>
|