AItool commited on
Commit
8b104f5
·
verified ·
1 Parent(s): 857faa1

Create TITLE.md

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