artyomboyko commited on
Commit
e07c711
1 Parent(s): b6f7fb4

Edit app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def classify_audio(filepath):
14
 
15
  demo = gr.Blocks()
16
 
17
- title = "Classification of music"
18
  description = """
19
  This demo is designed to test the music classification. It is important to remember that music classification depends very much on the quality of the recording, for example, when classifying a recording from a
20
  microphone with poor high frequencies, the song "Evanescence - bring me to life" may not be correctly defined as classical music. But if we transfer a recording of the same song as a file, it is correctly
 
14
 
15
  demo = gr.Blocks()
16
 
17
+ title = "Audio classification"
18
  description = """
19
  This demo is designed to test the music classification. It is important to remember that music classification depends very much on the quality of the recording, for example, when classifying a recording from a
20
  microphone with poor high frequencies, the song "Evanescence - bring me to life" may not be correctly defined as classical music. But if we transfer a recording of the same song as a file, it is correctly