gradio/ui/packages/audio
pngwn f57fa0eb6f
fix i18n and some tweaks (#966)
* fix i18n and some tweaks

* reorder i18n + translate buttons

* disable test

* fix or text

* ensure sketch text only shows when it is a sketch
2022-04-08 19:46:00 +01:00
..
src fix i18n and some tweaks (#966) 2022-04-08 19:46:00 +01:00
package.json Redesign 1 (#918) 2022-04-05 18:11:29 +01:00
README.md Blocks dev (#853) 2022-03-22 15:40:36 -07:00

@gradio/audio

<script>
	import { Audio } from "@gradio/audio";
</script>

<Audio
	value="string"
	theme="string"
	name="string"
	source="microphone | upload"
	on:change={e.detail === value}
/>