hc99's picture
Add files using upload-large-folder tool
1856027 verified
raw
history blame
76 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()