qichenhuang commited on
Commit
55ab5a8
1 Parent(s): 130f62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate_music(text):
33
  theme='Taithrah/Minimal'
34
 
35
  # 创建 Gradio Blocks 界面
36
- iface = gr.Blocks(theme=theme)
37
 
38
  with iface as demo:
39
  # 创建一个列容器
 
33
  theme='Taithrah/Minimal'
34
 
35
  # 创建 Gradio Blocks 界面
36
+ iface = gr.Blocks(css = ".gradio-container {background: url('file=background.jpg')}")
37
 
38
  with iface as demo:
39
  # 创建一个列容器