Skip to content

Commit

Permalink
refactor tts settings: replace complex function with conditional logi…
Browse files Browse the repository at this point in the history
…c based on input flags with functional components
  • Loading branch information
devxpy committed Feb 29, 2024
1 parent a345b59 commit 314f388
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 262 deletions.
2 changes: 0 additions & 2 deletions daras_ai_v2/language_model_settings_widgets.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import gooey_ui as st
from daras_ai_v2.azure_doc_extract import azure_form_recognizer_models

from daras_ai_v2.enum_selector_widget import enum_selector
from daras_ai_v2.field_render import field_title_desc, field_desc
from daras_ai_v2.language_model import LargeLanguageModels


Expand Down
Loading

0 comments on commit 314f388

Please sign in to comment.