Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def get_music(prompt):
|
|
23 |
print("calling now mubert ....")
|
24 |
email = "[email protected]"
|
25 |
duration = 30
|
26 |
-
|
27 |
|
28 |
#output = os.path.join(result)
|
29 |
#print(output)
|
|
|
23 |
print("calling now mubert ....")
|
24 |
email = "[email protected]"
|
25 |
duration = 30
|
26 |
+
result = text_to_music(email, prompt, duration)[0]
|
27 |
|
28 |
#output = os.path.join(result)
|
29 |
#print(output)
|