dawood HF staff commited on
Commit
7829515
·
verified ·
1 Parent(s): d398fb8

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -10
  2. src/pyproject.toml +1 -1
README.md CHANGED
@@ -1,12 +1,3 @@
1
- ---
2
- pinned: false
3
- license: apache-2.0
4
- title: Unified Audio
5
- sdk: gradio
6
- emoji: 🚀
7
- colorFrom: green
8
- short_description: Unified Audio Custom Component
9
- ---
10
 
11
  # `gradio_unifiedaudio`
12
  <a href="https://pypi.org/project/gradio_unifiedaudio/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_unifiedaudio"></a>
@@ -412,4 +403,4 @@ class WaveformOptions(TypedDict, total=False):
412
  waveform_progress_color: str
413
  show_controls: bool
414
  skip_length: int
415
- ```
 
 
 
 
 
 
 
 
 
 
1
 
2
  # `gradio_unifiedaudio`
3
  <a href="https://pypi.org/project/gradio_unifiedaudio/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_unifiedaudio"></a>
 
403
  waveform_progress_color: str
404
  show_controls: bool
405
  skip_length: int
406
+ ```
src/pyproject.toml CHANGED
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
8
 
9
  [project]
10
  name = "gradio_unifiedaudio"
11
- version = "0.0.3"
12
  description = "Python library for easily interacting with trained machine learning models"
13
  readme = "README.md"
14
  license = "Apache-2.0"
 
8
 
9
  [project]
10
  name = "gradio_unifiedaudio"
11
+ version = "0.0.4"
12
  description = "Python library for easily interacting with trained machine learning models"
13
  readme = "README.md"
14
  license = "Apache-2.0"