fffiloni commited on
Commit
58498d2
β€’
1 Parent(s): 54b4948

changes prints

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -20,7 +20,11 @@ def get_prompts(uploaded_image):
20
  return music_result
21
 
22
  def get_music(prompt):
23
- print("calling now mubert ....")
 
 
 
 
24
  result = text_to_music(prompt, fn_index=0)
25
  print(result)
26
  return result
 
20
  return music_result
21
 
22
  def get_music(prompt):
23
+ print(f"""β€”β€”β€”
24
+ Calling now mubertAI with the prompt:
25
+ {prompt}
26
+ β€”β€”β€”β€”β€”β€”β€”
27
+ """)
28
  result = text_to_music(prompt, fn_index=0)
29
  print(result)
30
  return result