Spaces:
Paused
Paused
changes prints
Browse files
app.py
CHANGED
@@ -20,7 +20,11 @@ def get_prompts(uploaded_image):
|
|
20 |
return music_result
|
21 |
|
22 |
def get_music(prompt):
|
23 |
-
print("
|
|
|
|
|
|
|
|
|
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
|