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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1261,7 +1261,9 @@ def launch_ui(demo_mode=False):
1261
  inputs.extend([
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="VAD Filter"),
 
 
1265
  ])
1266
 
1267
  iface = gr.Interface(
 
1261
  inputs.extend([
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
 
1269
  iface = gr.Interface(