oceansweep commited on
Commit
22ae4b8
·
verified ·
1 Parent(s): 7af3abf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1222,7 +1222,7 @@ def launch_ui(demo_mode=False):
1222
 
1223
  if not demo_mode:
1224
  inputs.extend([
1225
- gr.components.Dropdown(choices=["huggingface", "openai", "anthropic", "cohere", "groq", "llama", "kobold", "ooba"], value="anthropic", label="API Name"),
1226
  gr.components.Textbox(label="API Key"),
1227
  gr.components.Checkbox(value=False, label="VAD Filter"),
1228
  gr.components.Checkbox(value=False, label="Download Video")
 
1222
 
1223
  if not demo_mode:
1224
  inputs.extend([
1225
+ gr.components.Dropdown(choices=["huggingface", "openai", "anthropic", "cohere", "groq", "llama", "kobold", "ooba"], value="huggingface", label="API Name"),
1226
  gr.components.Textbox(label="API Key"),
1227
  gr.components.Checkbox(value=False, label="VAD Filter"),
1228
  gr.components.Checkbox(value=False, label="Download Video")