Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,15 +213,15 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
|
|
| 213 |
"""
|
| 214 |
# 🎬 AI Video Generator
|
| 215 |
### Generate stunning videos from text or animate your images with AI
|
| 216 |
-
#### Powered by VEO 3.1 Fast Model via Hugging Face Inference
|
| 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;"
|
| 224 |
-
<p style="color:#777; margin:0 0 8px;">Generate videos via the Hugging Face Inference
|
| 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>
|
|
|
|
| 213 |
"""
|
| 214 |
# 🎬 AI Video Generator
|
| 215 |
### Generate stunning videos from text or animate your images with AI
|
| 216 |
+
#### Powered by VEO 3.1 Fast Model via Hugging Face Inference Providers
|
| 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;">Veo 3.1 Fast</h1>
|
| 224 |
+
<p style="color:#777; margin:0 0 8px;">Generate videos via the Hugging Face Inference Providers</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>
|