Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def process_text_to_music(user_input):
|
|
254 |
def create_interface():
|
255 |
with gr.Blocks(
|
256 |
title="Text to Strudel Music Generator",
|
257 |
-
theme=
|
258 |
css="""
|
259 |
.gradio-container {
|
260 |
max-width: 1000px !important;
|
|
|
254 |
def create_interface():
|
255 |
with gr.Blocks(
|
256 |
title="Text to Strudel Music Generator",
|
257 |
+
theme="dark",
|
258 |
css="""
|
259 |
.gradio-container {
|
260 |
max-width: 1000px !important;
|