gputrain commited on
Commit
2d0c540
1 Parent(s): d6dd154
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ with open("article.md") as f:
50
 
51
  interface_options = {
52
  "title": "Urban Sound 8K Classification",
53
- "description": "A Fast AI example with ResNet34 image classification of a sound wav file transformed to a Mel Spectrogram ",
54
  #"article": article,
55
  "interpretation": "default",
56
  "layout": "horizontal",
 
50
 
51
  interface_options = {
52
  "title": "Urban Sound 8K Classification",
53
+ "description": "Fast AI example of using a pre=trained ResNet34 vision model for an audio classification task on the [Urban Sounds](https://urbansounddataset.weebly.com/urbansound8k.html) dataset. ",
54
  #"article": article,
55
  "interpretation": "default",
56
  "layout": "horizontal",