Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1259,8 +1259,8 @@ def launch_ui(demo_mode=False):
|
|
| 1259 |
|
| 1260 |
if not demo_mode:
|
| 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 |
|
|
|
|
| 1259 |
|
| 1260 |
if not demo_mode:
|
| 1261 |
inputs.extend([
|
| 1262 |
+
gr.components.Dropdown(choices=["huggingface", "openai", "anthropic", "cohere", "groq", "llama", "kobold", "ooba"], value="huggingface", label="API Name - What LLM service will summarize your transcription"),
|
| 1263 |
+
gr.components.Textbox(label="API Key - Have to provide one, unless you're fine waiting on HuggingFace..."),
|
| 1264 |
# gr.components.Checkbox(value=False, label="Download Video"),
|
| 1265 |
# gr.components.Checkbox(value=False, label="VAD Filter")
|
| 1266 |
|