jvalero commited on
Commit
88cf164
·
verified ·
1 Parent(s): 1797ff7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ file_transcribe = gr.Interface(
38
  gr.Audio(sources="upload", label="Audio file", type="filepath"),
39
  ],
40
  outputs="label",
41
- title="Vinyl Condition Classificator",
42
  description=(
43
  "Get the genre of your song! Demo uses the"
44
  f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"
 
38
  gr.Audio(sources="upload", label="Audio file", type="filepath"),
39
  ],
40
  outputs="label",
41
+ title="EDM genre classificator",
42
  description=(
43
  "Get the genre of your song! Demo uses the"
44
  f" checkpoint [{MODEL_ID}](https://huggingface.co/{MODEL_ID}) and 🤗 Transformers to get the condition of audio files"