File size: 216 Bytes
bafbc7b
7ab595d
c270adf
c7ff7b9
 
8d8a026
815755c
bafbc7b
 
8d8a026
1
2
3
4
5
6
7
8
9
10
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()