mirror of
https://github.com/jasonppy/VoiceCraft.git
synced 2025-06-05 21:49:11 +02:00
small bug fix
This commit is contained in:
@@ -316,7 +316,7 @@ def update_input_audio(audio_path):
|
|||||||
|
|
||||||
|
|
||||||
def change_mode(mode):
|
def change_mode(mode):
|
||||||
tts_mode_controls, edit_mode_controls, edit_word_mode, split_text, long_tts_sentence_editor
|
# tts_mode_controls, edit_mode_controls, edit_word_mode, split_text, long_tts_sentence_editor
|
||||||
return [
|
return [
|
||||||
gr.Group(visible=mode != "Edit"),
|
gr.Group(visible=mode != "Edit"),
|
||||||
gr.Group(visible=mode == "Edit"),
|
gr.Group(visible=mode == "Edit"),
|
||||||
|
Reference in New Issue
Block a user