akhaliq HF Staff commited on
Commit
fea8f7a
·
verified ·
1 Parent(s): b78c4e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -137,11 +137,14 @@ def create_ui():
137
  🎬 Sora-2 Text-to-Video Generator
138
  <span class="pro-badge">PRO</span>
139
  </h1>
140
- <p style="font-size: 1.1em; color: #666;">Generate stunning videos using OpenAI's Sora-2 model</p>
141
- <p id="sub_title" style="font-size: 1em; margin-top: 10px;">
142
  <strong>Exclusive access for Hugging Face PRO users.</strong>
143
  <a href="http://huggingface.co/subscribe/pro?source=sora2_video" target="_blank" style="color: #667eea;">Subscribe to PRO →</a>
144
  </p>
 
 
 
145
  </div>
146
  """)
147
 
 
137
  🎬 Sora-2 Text-to-Video Generator
138
  <span class="pro-badge">PRO</span>
139
  </h1>
140
+ <p style="font-size: 1.1em; color: #666; margin-bottom: 20px;">Generate stunning videos using OpenAI's Sora-2 model</p>
141
+ <p id="sub_title" style="font-size: 1em; margin-top: 20px; margin-bottom: 15px;">
142
  <strong>Exclusive access for Hugging Face PRO users.</strong>
143
  <a href="http://huggingface.co/subscribe/pro?source=sora2_video" target="_blank" style="color: #667eea;">Subscribe to PRO →</a>
144
  </p>
145
+ <p style="font-size: 0.9em; color: #999; margin-top: 15px;">
146
+ Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" style="color: #667eea;">anycoder</a>
147
+ </p>
148
  </div>
149
  """)
150