oceansweep commited on
Commit
44f3e33
·
verified ·
1 Parent(s): 6581500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1262,7 +1262,7 @@ def launch_ui(demo_mode=False):
1262
  gr.components.Dropdown(choices=["huggingface", "openai", "anthropic", "cohere", "groq", "llama", "kobold", "ooba"], value="huggingface", label="API Name"),
1263
  gr.components.Textbox(label="API Key"),
1264
  # gr.components.Checkbox(value=False, label="Download Video"),
1265
- gr.components.Checkbox(value=False, label="VAD Filter")
1266
 
1267
  ])
1268
 
 
1262
  gr.components.Dropdown(choices=["huggingface", "openai", "anthropic", "cohere", "groq", "llama", "kobold", "ooba"], value="huggingface", label="API Name"),
1263
  gr.components.Textbox(label="API Key"),
1264
  # gr.components.Checkbox(value=False, label="Download Video"),
1265
+ # gr.components.Checkbox(value=False, label="VAD Filter")
1266
 
1267
  ])
1268