Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,20 +3,21 @@ title: Messy Mashup AST Genre Classifier
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: green
|
| 5 |
sdk: gradio
|
| 6 |
-
python_version:
|
| 7 |
app_file: app.py
|
| 8 |
suggested_hardware: cpu-basic
|
| 9 |
fullWidth: true
|
| 10 |
header: default
|
| 11 |
short_description: Fine-tuned AST genre classifier.
|
| 12 |
models:
|
| 13 |
-
|
| 14 |
tags:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Messy Mashup AST Genre Classifier
|
|
@@ -77,4 +78,4 @@ For a first deployment, this is simpler than ZeroGPU and avoids queueing and GPU
|
|
| 77 |
```bash
|
| 78 |
pip install -r requirements.txt
|
| 79 |
python app.py
|
| 80 |
-
```
|
|
|
|
| 3 |
colorFrom: blue
|
| 4 |
colorTo: green
|
| 5 |
sdk: gradio
|
| 6 |
+
python_version: '3.10'
|
| 7 |
app_file: app.py
|
| 8 |
suggested_hardware: cpu-basic
|
| 9 |
fullWidth: true
|
| 10 |
header: default
|
| 11 |
short_description: Fine-tuned AST genre classifier.
|
| 12 |
models:
|
| 13 |
+
- MIT/ast-finetuned-audioset-10-10-0.4593
|
| 14 |
tags:
|
| 15 |
+
- audio-classification
|
| 16 |
+
- music
|
| 17 |
+
- gradio
|
| 18 |
+
- zero-gpu
|
| 19 |
+
- transformers
|
| 20 |
+
sdk_version: 6.11.0
|
| 21 |
---
|
| 22 |
|
| 23 |
# Messy Mashup AST Genre Classifier
|
|
|
|
| 78 |
```bash
|
| 79 |
pip install -r requirements.txt
|
| 80 |
python app.py
|
| 81 |
+
```
|