fffiloni commited on
Commit
b6a8599
โ€ข
1 Parent(s): 1c0a21f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_music(prompt):
23
  print("calling now mubert ....")
24
  email = "blabla@mail.com"
25
  duration = 30
26
- #result = text_to_music(email, prompt, duration)
27
 
28
  #output = os.path.join(result)
29
  #print(output)
 
23
  print("calling now mubert ....")
24
  email = "blabla@mail.com"
25
  duration = 30
26
+ result = text_to_music(email, prompt, duration)[0]
27
 
28
  #output = os.path.join(result)
29
  #print(output)