just-audio / app.py
nevreal's picture
Update app.py
e75dc48 verified
import gradio as gr
with gr.Blocks() as demo:
audio = gr.Audio()
demo.launch