Skip to content

Commit

Permalink
use selectbox for speech provider
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Feb 29, 2024
1 parent 314f388 commit 84ce54c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daras_ai_v2/text_to_speech_settings_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def text_to_speech_provider_selector(page):
TextToSpeechProviders,
"###### Speech Provider",
key="tts_provider",
use_selectbox=True,
)
with col2:
match tts_provider:
Expand Down

0 comments on commit 84ce54c

Please sign in to comment.