Chand11 commited on
Commit
7ea35cf
·
verified ·
1 Parent(s): f840f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", theme=gr.themes.Soft()) as demo:
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.