Manasa1 commited on
Commit
6738411
·
verified ·
1 Parent(s): 07f3abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def generate_kids_music_animation(theme):
84
  speech_path = generate_speech(lyrics)
85
  return lyrics, video_path, speech_path
86
 
87
- theme='ysharma/steampunk'
88
 
89
  # Gradio Interface
90
  with gr.Blocks(theme=my_theme) as app:
 
84
  speech_path = generate_speech(lyrics)
85
  return lyrics, video_path, speech_path
86
 
87
+ my_theme='ysharma/steampunk'
88
 
89
  # Gradio Interface
90
  with gr.Blocks(theme=my_theme) as app: