Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def get_pat_token():
|
|
59 |
|
60 |
def get_music(prompt, track_duration, gen_intensity, gen_mode):
|
61 |
|
62 |
-
r = httpx.post('https://api-b2b.mubert.com/v2/
|
63 |
json={
|
64 |
"method": "TTMRecordTrack",
|
65 |
"params":
|
|
|
59 |
|
60 |
def get_music(prompt, track_duration, gen_intensity, gen_mode):
|
61 |
|
62 |
+
r = httpx.post('https://api-b2b.mubert.com/v2/TTMRecordTrack',
|
63 |
json={
|
64 |
"method": "TTMRecordTrack",
|
65 |
"params":
|