mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
f2d71abe88
* redesign forms * finalise forms * upload components * fix CSS conflicts * abstract block + update image * restyle modify buttons * add file, audio, video * revert example * address comments |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md |
@gradio/audio
<script>
import { Audio } from "@gradio/audio";
</script>
<Audio
value="string"
theme="string"
name="string"
source="microphone | upload"
on:change={e.detail === value}
/>