bafbc7b
7ab595d
c270adf
c7ff7b9
8d8a026
815755c
bafbc7b
8d8a026 |
|
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() |