Spaces:
Running
Running
Update app.py
Browse files
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="
|
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")
|