Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
---
|
2 |
title: Music Descriptor
|
3 |
emoji: 🚀
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: cc-by-nc-4.0
|
|
|
11 |
---
|
12 |
|
13 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
@@ -31,4 +32,4 @@ Due the **hardware limitation** of the machine hosting this demo (2 CPU and 16GB
|
|
31 |
This issue is expected to solve in the future by applying more community-support GPU resources or using other audio encoding strategies.
|
32 |
|
33 |
In the current stage, if you want to directly run the demo with longer audios, you could clone this space and deploy with GPU.
|
34 |
-
The code will automatically use GPU for inference if there is GPU that can be detected by `torch.cuda.is_available()`.
|
|
|
1 |
---
|
2 |
title: Music Descriptor
|
3 |
emoji: 🚀
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.0.2
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: cc-by-nc-4.0
|
11 |
+
short_description: CPU version
|
12 |
---
|
13 |
|
14 |
<!-- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference -->
|
|
|
32 |
This issue is expected to solve in the future by applying more community-support GPU resources or using other audio encoding strategies.
|
33 |
|
34 |
In the current stage, if you want to directly run the demo with longer audios, you could clone this space and deploy with GPU.
|
35 |
+
The code will automatically use GPU for inference if there is GPU that can be detected by `torch.cuda.is_available()`.
|