Spaces:
Running
Running
SunilGopal
commited on
Commit
•
879fe12
1
Parent(s):
fb1bf29
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def _do_predictions(texts, duration):
|
|
71 |
|
72 |
|
73 |
def predict(text, duration):
|
74 |
-
load_model('facebook/musicgen-
|
75 |
wav_files = _do_predictions([text], duration)
|
76 |
return wav_files[0] # Return the first file in the list
|
77 |
|
|
|
71 |
|
72 |
|
73 |
def predict(text, duration):
|
74 |
+
load_model('facebook/musicgen-medium')
|
75 |
wav_files = _do_predictions([text], duration)
|
76 |
return wav_files[0] # Return the first file in the list
|
77 |
|