Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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:
|