asutosh09 commited on
Commit
ded683f
1 Parent(s): 3fc350f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -25,9 +25,7 @@ demo = gr.Interface(
25
  outputs=gr.Label(),
26
  title="Music Genre Classification",
27
  description=(
28
- "Classify long-form audio or microphone inputs with the click of a button! Demo uses the"
29
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to classify audio files"
30
- " of arbitrary length."
31
  ),
32
 
33
  cache_examples=True,
 
25
  outputs=gr.Label(),
26
  title="Music Genre Classification",
27
  description=(
28
+ "Major project by Asutosh and bismaytosh"
 
 
29
  ),
30
 
31
  cache_examples=True,