import gradio as gr import os with gr.Blocks(title="🔊", theme=gr.themes.Base(primary_hue="rose", neutral_hue="zinc")) as app: input_audio0 = gr.Checkbox(label="Input Path", choise=["1", "2"]) app.launch()