mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
662a811689
* Catch the permission exception on the audio component and fail gracefully
* Run autoformatter on src/Audio.svelte
* Revert "Run autoformatter on src/Audio.svelte"
This reverts commit
|
||
---|---|---|
.. | ||
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}
/>