Spaces:
Sleeping
Sleeping
hugo flores garcia
commited on
Commit
·
4eeed87
1
Parent(s):
867e3ca
update stuff
Browse files
audiocraft.egg-info/PKG-INFO
CHANGED
@@ -40,6 +40,7 @@ Requires-Dist: torchvision
|
|
40 |
Requires-Dist: torchtext
|
41 |
Requires-Dist: pesq
|
42 |
Requires-Dist: pystoi
|
|
|
43 |
Provides-Extra: dev
|
44 |
Requires-Dist: coverage; extra == "dev"
|
45 |
Requires-Dist: flake8; extra == "dev"
|
|
|
40 |
Requires-Dist: torchtext
|
41 |
Requires-Dist: pesq
|
42 |
Requires-Dist: pystoi
|
43 |
+
Requires-Dist: pyharp@ git+https://github.com/TEAMuP-dev/pyharp
|
44 |
Provides-Extra: dev
|
45 |
Requires-Dist: coverage; extra == "dev"
|
46 |
Requires-Dist: flake8; extra == "dev"
|
audiocraft.egg-info/requires.txt
CHANGED
@@ -25,6 +25,7 @@ torchvision
|
|
25 |
torchtext
|
26 |
pesq
|
27 |
pystoi
|
|
|
28 |
|
29 |
[dev]
|
30 |
coverage
|
|
|
25 |
torchtext
|
26 |
pesq
|
27 |
pystoi
|
28 |
+
pyharp@ git+https://github.com/TEAMuP-dev/pyharp
|
29 |
|
30 |
[dev]
|
31 |
coverage
|
demos/melodyflow_app.py
CHANGED
@@ -404,7 +404,7 @@ def ui_local(launch_kwargs):
|
|
404 |
model_card=ModelCard(
|
405 |
name="MelodyFlow",
|
406 |
description="MelodyFlow is a fast text-guided music generation and editing model based on a single-stage flow matching DiT.",
|
407 |
-
author="Meta
|
408 |
tags=["music", "generation", "editing"],
|
409 |
midi_in=False,
|
410 |
midi_out=False,
|
|
|
404 |
model_card=ModelCard(
|
405 |
name="MelodyFlow",
|
406 |
description="MelodyFlow is a fast text-guided music generation and editing model based on a single-stage flow matching DiT.",
|
407 |
+
author="Gael Le Lan et al. (Meta)",
|
408 |
tags=["music", "generation", "editing"],
|
409 |
midi_in=False,
|
410 |
midi_out=False,
|