Spaces:
Build error
Build error
jason-on-salt-a40
commited on
Commit
·
c1908d8
1
Parent(s):
f82b946
small bug fix
Browse files
app.py
CHANGED
@@ -317,7 +317,7 @@ def update_input_audio(audio_path):
|
|
317 |
|
318 |
|
319 |
def change_mode(mode):
|
320 |
-
tts_mode_controls, edit_mode_controls, edit_word_mode, split_text, long_tts_sentence_editor
|
321 |
return [
|
322 |
gr.Group(visible=mode != "Edit"),
|
323 |
gr.Group(visible=mode == "Edit"),
|
|
|
317 |
|
318 |
|
319 |
def change_mode(mode):
|
320 |
+
# tts_mode_controls, edit_mode_controls, edit_word_mode, split_text, long_tts_sentence_editor
|
321 |
return [
|
322 |
gr.Group(visible=mode != "Edit"),
|
323 |
gr.Group(visible=mode == "Edit"),
|