Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -715,20 +715,20 @@ with gr.Blocks() as demo:
|
|
| 715 |
)
|
| 716 |
|
| 717 |
|
| 718 |
-
app = build_endpoint(
|
| 719 |
-
|
| 720 |
-
|
| 721 |
-
|
| 722 |
-
|
| 723 |
-
|
| 724 |
-
|
| 725 |
-
|
| 726 |
-
|
| 727 |
-
|
| 728 |
-
|
| 729 |
-
|
| 730 |
-
|
| 731 |
-
)
|
| 732 |
|
| 733 |
try:
|
| 734 |
demo.queue()
|
|
|
|
| 715 |
)
|
| 716 |
|
| 717 |
|
| 718 |
+
# app = build_endpoint(
|
| 719 |
+
# model_card=ModelCard(
|
| 720 |
+
# name="vampnet",
|
| 721 |
+
# description="generating audio by filling in the blanks.",
|
| 722 |
+
# author="hugo flores garcía et al. (descript/northwestern)",
|
| 723 |
+
# tags=["sound", "generation",],
|
| 724 |
+
# midi_in=False,
|
| 725 |
+
# midi_out=False,
|
| 726 |
+
# ),
|
| 727 |
+
# components=[
|
| 728 |
+
# sampletemp, periodic_p, dropout, n_mask_codebooks, model_choice, stretch_factor
|
| 729 |
+
# ],
|
| 730 |
+
# process_fn=harp_vamp,
|
| 731 |
+
# )
|
| 732 |
|
| 733 |
try:
|
| 734 |
demo.queue()
|