hugggof commited on
Commit
e9fcc41
·
verified ·
1 Parent(s): 4afeab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -715,20 +715,20 @@ with gr.Blocks() as demo:
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()
 
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()