Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,13 +209,6 @@ custom_css = """
|
|
| 209 |
|
| 210 |
# Create the Gradio interface
|
| 211 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator (Paid)") as demo:
|
| 212 |
-
gr.Markdown(
|
| 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 |
"""
|
|
|
|
| 209 |
|
| 210 |
# Create the Gradio interface
|
| 211 |
with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator (Paid)") as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
|
| 213 |
gr.HTML(
|
| 214 |
"""
|