Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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,4 +412,4 @@ class WaveformOptions(TypedDict, total=False):
|
|
| 403 |
waveform_progress_color: str
|
| 404 |
show_controls: bool
|
| 405 |
skip_length: int
|
| 406 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: Unified Audio Component
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 🚀
|
| 6 |
+
colorFrom: green
|
| 7 |
+
colorTo: green
|
| 8 |
+
short_description: Unified Audio Gradio 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 |
waveform_progress_color: str
|
| 413 |
show_controls: bool
|
| 414 |
skip_length: int
|
| 415 |
+
```
|