akhaliq HF Staff commited on
Commit
d64db60
·
verified ·
1 Parent(s): d144941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -5
app.py CHANGED
@@ -217,14 +217,24 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
217
  """
218
  )
219
 
220
- gr.HTML(
221
  """
222
- <div class="notice">
223
- <b>Heads up:</b> This app is <b>paid</b> and uses <b>your</b> inference provider credits when you run generations.
224
- Please sign in with your Hugging Face account to continue.
 
 
 
 
 
 
 
 
 
 
225
  </div>
226
  """
227
- )
228
 
229
  # Add mobile link section
230
  gr.HTML(
 
217
  """
218
  )
219
 
220
+ gr.HTML(
221
  """
222
+ <div style="text-align:center; max-width:900px; margin:0 auto;">
223
+ <h1 style="font-size:2.2em; margin-bottom:6px;">🎬 Sora-2</h1>
224
+ <p style="color:#777; margin:0 0 8px;">Generate videos via the Hugging Face Inference API (provider: fal-ai)</p>
225
+ <div class="notice">
226
+ <b>Heads up:</b> This is a paid app that uses <b>your</b> inference provider credits when you run generations.
227
+ Free users get <b>$0.10 in included credits</b>. <b>PRO users</b> get <b>$2 in included credits</b>
228
+ and can continue using beyond that (with billing).
229
+ <a href='http://huggingface.co/subscribe/pro?source=veo3' target='_blank' style='color:#fff; text-decoration:underline; font-weight:bold;'>Subscribe to PRO</a>
230
+ for more credits. Please sign in with your Hugging Face account to continue.
231
+ </div>
232
+ <p style="font-size: 0.9em; color: #999; margin-top: 10px;">
233
+ Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" style="color:#fff; text-decoration:underline;">anycoder</a>
234
+ </p>
235
  </div>
236
  """
237
+ )
238
 
239
  # Add mobile link section
240
  gr.HTML(