Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ def render_video(prompt, quality="low"):
|
|
| 185 |
|
| 186 |
# Gradio Interface
|
| 187 |
def create_interface():
|
| 188 |
-
with gr.Blocks(title="Manim Video Generator"
|
| 189 |
gr.Markdown("""
|
| 190 |
# 🎬 Manim Video Generator
|
| 191 |
Create mathematical animations using AI! Describe what you want to see animated.
|
|
|
|
| 185 |
|
| 186 |
# Gradio Interface
|
| 187 |
def create_interface():
|
| 188 |
+
with gr.Blocks(title="Manim Video Generator") as demo:
|
| 189 |
gr.Markdown("""
|
| 190 |
# 🎬 Manim Video Generator
|
| 191 |
Create mathematical animations using AI! Describe what you want to see animated.
|