sander-wood commited on
Commit
3db27f4
β€’
1 Parent(s): bb453fd

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,7 +67,6 @@ Bark model by [Suno](https://suno.ai/), including official [code](https://github
67
  Gradio demo supported by πŸ€— Hugging Face. Bark is licensed under a non-commercial license: CC-BY 4.0 NC, see details on [GitHub](https://github.com/suno-ai/bark).
68
  """
69
 
70
-
71
  CLAMP_MODEL_NAME = 'clamp-small-512'
72
  QUERY_MODAL = 'music'
73
  KEY_MODAL = 'text'
@@ -274,6 +273,6 @@ gr.Interface(zero_shot_music_classification,
274
  input_class9,
275
  input_class10],
276
  outputs=output_class,
277
- title="πŸ—œοΈ CLaMP: Zero-Shot Music Classification", description="Upload a MusicXML file and get the class of the music",
278
  description=description,
279
  article=article).launch()
 
67
  Gradio demo supported by πŸ€— Hugging Face. Bark is licensed under a non-commercial license: CC-BY 4.0 NC, see details on [GitHub](https://github.com/suno-ai/bark).
68
  """
69
 
 
70
  CLAMP_MODEL_NAME = 'clamp-small-512'
71
  QUERY_MODAL = 'music'
72
  KEY_MODAL = 'text'
 
273
  input_class9,
274
  input_class10],
275
  outputs=output_class,
276
+ title="πŸ—œοΈ CLaMP: Zero-Shot Music Classification",
277
  description=description,
278
  article=article).launch()