Next
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
|
6 |
with gr.Blocks(title="π", theme=gr.themes.Base(primary_hue="rose", neutral_hue="zinc")) as app:
|
7 |
-
input_audio0 = gr.
|
8 |
|
9 |
|
10 |
app.launch()
|
|
|
4 |
|
5 |
|
6 |
with gr.Blocks(title="π", theme=gr.themes.Base(primary_hue="rose", neutral_hue="zinc")) as app:
|
7 |
+
input_audio0 = gr.Checkbox(label="Input Path", choise=["1", "2"])
|
8 |
|
9 |
|
10 |
app.launch()
|