Spaces:
Runtime error
Runtime error
Commit
·
cef4bbb
1
Parent(s):
ac1ef50
fix article spelling
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ with open("article.md") as f:
|
|
| 19 |
interface_options = {
|
| 20 |
"title": "Music Genre Classification",
|
| 21 |
"description": "A simple baseline model for classifying music genres with fast.ai on [Kaggle competition data](https://www.kaggle.com/competitions/kaggle-pog-series-s01e02/data)",
|
| 22 |
-
"
|
| 23 |
"interpretation": "default",
|
| 24 |
"layout": "horizontal",
|
| 25 |
"theme": "default",
|
|
|
|
| 19 |
interface_options = {
|
| 20 |
"title": "Music Genre Classification",
|
| 21 |
"description": "A simple baseline model for classifying music genres with fast.ai on [Kaggle competition data](https://www.kaggle.com/competitions/kaggle-pog-series-s01e02/data)",
|
| 22 |
+
"article": article,
|
| 23 |
"interpretation": "default",
|
| 24 |
"layout": "horizontal",
|
| 25 |
"theme": "default",
|