chuks-cmu commited on
Commit
7027fe8
1 Parent(s): b2dd946

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def gen_music(description):
23
 
24
  # Set up text and timing conditioning
25
  conditioning = [{
26
- "prompt": f"{description.placeholder}",
27
  }]
28
 
29
  # Generate stereo audio
 
23
 
24
  # Set up text and timing conditioning
25
  conditioning = [{
26
+ "prompt": f"{description}",
27
  }]
28
 
29
  # Generate stereo audio