Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def generate_music_tensors(descriptions, duration: int):
|
|
| 27 |
duration=duration
|
| 28 |
)
|
| 29 |
|
| 30 |
-
with st.spinner("Generating Music..."):
|
| 31 |
output = model.generate(
|
| 32 |
descriptions=descriptions,
|
| 33 |
progress=True,
|
|
|
|
| 27 |
duration=duration
|
| 28 |
)
|
| 29 |
|
| 30 |
+
with st.spinner("Generating Music with Medium-Model..."):
|
| 31 |
output = model.generate(
|
| 32 |
descriptions=descriptions,
|
| 33 |
progress=True,
|