aemresafak commited on
Commit
d2ed919
·
verified ·
1 Parent(s): f056450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -9
README.md CHANGED
@@ -1,14 +1,26 @@
1
  ---
2
- title: Foo
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: green
 
 
 
 
6
  sdk: gradio
7
- sdk_version: 5.33.0
8
- app_file: app.py
9
  pinned: false
10
- license: mit
11
- short_description: i'm trying to learn gradio
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - gradio-mcp-server
4
+ - audio-processing
5
+ - mcp-server-track
6
+ title: Audio Editor
7
+ short_description: Audio manipulation tools MCP serve
8
+ colorFrom: blue
9
+ colorTo: yellow
10
  sdk: gradio
 
 
11
  pinned: false
12
+ app_file: space.py
13
+ license: apache-2.0
14
  ---
15
 
16
+ This tool contains multiple audio manipulation tools.
17
+ Main Features:
18
+ - Audio extraction
19
+ - Audio merging
20
+ - Audio transcription
21
+ - Audio fade in fade out effects
22
+ - Audio normalization
23
+ - Audio adjustment
24
+ - Audio silence trimming
25
+
26
+ For a quick demo you can see the following video: [Demo](https://youtu.be/eEVH8dT6w50)