test / app.py
Next
Update app.py
815755c verified
raw
history blame contribute delete
216 Bytes
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()