TulipAIs commited on
Commit
33925e3
1 Parent(s): eb1fd26

commenting out "MusicGen"

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1179,7 +1179,7 @@ def ui_full(launch_kwargs):
1179
  refers to a technique used in some music generation models where a separate classifier network is trained to provide guidance or control over the generated music. This classifier is trained on labeled data to recognize specific musical characteristics or styles. During the generation process, the output of the generator model is evaluated by the classifier, and the generator is encouraged to produce music that aligns with the desired characteristics or style. This approach allows for more fine-grained control over the generated music, enabling users to specify certain attributes they want the model to capture.
1180
  """
1181
  )
1182
- with gr.Tab("MusicGen"):
1183
  gr.Markdown(
1184
  """
1185
  ### MusicGen
@@ -1447,7 +1447,7 @@ def ui_full(launch_kwargs):
1447
  refers to a technique used in some music generation models where a separate classifier network is trained to provide guidance or control over the generated music. This classifier is trained on labeled data to recognize specific musical characteristics or styles. During the generation process, the output of the generator model is evaluated by the classifier, and the generator is encouraged to produce music that aligns with the desired characteristics or style. This approach allows for more fine-grained control over the generated music, enabling users to specify certain attributes they want the model to capture.
1448
  """
1449
  )
1450
- '''with gr.Tab("Audio Info"):
1451
  gr.Markdown(
1452
  """
1453
  ### Audio Info
 
1179
  refers to a technique used in some music generation models where a separate classifier network is trained to provide guidance or control over the generated music. This classifier is trained on labeled data to recognize specific musical characteristics or styles. During the generation process, the output of the generator model is evaluated by the classifier, and the generator is encouraged to produce music that aligns with the desired characteristics or style. This approach allows for more fine-grained control over the generated music, enabling users to specify certain attributes they want the model to capture.
1180
  """
1181
  )
1182
+ '''with gr.Tab("MusicGen"):
1183
  gr.Markdown(
1184
  """
1185
  ### MusicGen
 
1447
  refers to a technique used in some music generation models where a separate classifier network is trained to provide guidance or control over the generated music. This classifier is trained on labeled data to recognize specific musical characteristics or styles. During the generation process, the output of the generator model is evaluated by the classifier, and the generator is encouraged to produce music that aligns with the desired characteristics or style. This approach allows for more fine-grained control over the generated music, enabling users to specify certain attributes they want the model to capture.
1448
  """
1449
  )
1450
+ with gr.Tab("Audio Info"):
1451
  gr.Markdown(
1452
  """
1453
  ### Audio Info