File size: 214 Bytes
bafbc7b
7ab595d
c270adf
c7ff7b9
 
8d8a026
 
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.Chekbox(label="Input Path", choise["1", "2"])


app.launch()