Update ui_components.py
Browse files- ui_components.py +1 -1
ui_components.py
CHANGED
|
@@ -114,7 +114,7 @@ class UIComponents:
|
|
| 114 |
|
| 115 |
def _create_provider_model_selection(self):
|
| 116 |
"""Create provider and model selection dropdowns with defaults"""
|
| 117 |
-
with gr.Accordion("🚀 Inference Configuration"):
|
| 118 |
|
| 119 |
# Provider dropdown with default selection
|
| 120 |
provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())
|
|
|
|
| 114 |
|
| 115 |
def _create_provider_model_selection(self):
|
| 116 |
"""Create provider and model selection dropdowns with defaults"""
|
| 117 |
+
with gr.Accordion("🚀 Inference Configuration", open=False):
|
| 118 |
|
| 119 |
# Provider dropdown with default selection
|
| 120 |
provider_choices = list(AppConfig.INFERENCE_PROVIDERS.keys())
|