Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def normalize_text(text):
|
|
135 |
def text_to_speech(text, audio_file=None):
|
136 |
|
137 |
# Clear all outputs
|
138 |
-
yield gr.update(value=None), gr.update(value=None)
|
139 |
|
140 |
|
141 |
# Normalize the input text
|
|
|
135 |
def text_to_speech(text, audio_file=None):
|
136 |
|
137 |
# Clear all outputs
|
138 |
+
# yield gr.update(value=None), gr.update(value=None)
|
139 |
|
140 |
|
141 |
# Normalize the input text
|