Next commited on
Commit
815755c
Β·
verified Β·
1 Parent(s): a16715b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Chekbox(label="Input Path", choise=["1", "2"])
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()