fffiloni commited on
Commit
46e11dd
โ€ข
1 Parent(s): 38a772c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def get_prompts(uploaded_image):
21
 
22
  def get_music(prompt):
23
  print("calling now mubert ....")
24
- result = text_to_music(prompt, fn_index=1)
25
  print(result)
26
  #output = os.path.join(result)
27
  #print(output)
 
21
 
22
  def get_music(prompt):
23
  print("calling now mubert ....")
24
+ result = text_to_music(prompt, fn_index=0)
25
  print(result)
26
  #output = os.path.join(result)
27
  #print(output)