Rob Jaret commited on
Commit
7e9bff0
·
1 Parent(s): d39c417

fixed metadata in readme

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -9,12 +9,19 @@ sdk_version: 5.39.0
9
  app_file: app.py
10
  suggested_hardware: cpu-basic
11
  pinned: false
12
- short_description: Attempts to encode and then decode audio through an averaged version of two selected RAVE models.
13
- models: Intelligent-Instruments-Lab/rave-models, shuoyang-zheng/jaspers-rave-models
 
 
14
  preload_from_hub:
15
  - Intelligent-Instruments-Lab/rave-models
16
  - shuoyang-zheng/jaspers-rave-models]
17
- tags: RAVE, Audio Model Manipulation, Encode, Decode
 
 
 
 
 
18
  ---
19
 
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  app_file: app.py
10
  suggested_hardware: cpu-basic
11
  pinned: false
12
+ short_description: Encodes/decodes audio through the average of two RAVE models
13
+ models:
14
+ - Intelligent-Instruments-Lab/rave-models
15
+ - shuoyang-zheng/jaspers-rave-models
16
  preload_from_hub:
17
  - Intelligent-Instruments-Lab/rave-models
18
  - shuoyang-zheng/jaspers-rave-models]
19
+ tags:
20
+ - RAVE
21
+ - Audio
22
+ - Model Manipulation
23
+ - Encode
24
+ - Decode
25
  ---
26
 
27
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference