Spaces:
Runtime error
Runtime error
add intro
Browse files
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": "
|
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",
|