Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def get_response(question):
|
|
168 |
|
169 |
# Define the function to clear input and output
|
170 |
def clear_fields():
|
171 |
-
return "",
|
172 |
|
173 |
# Function to generate audio with Eleven Labs TTS
|
174 |
def generate_audio_elevenlabs(text):
|
|
|
168 |
|
169 |
# Define the function to clear input and output
|
170 |
def clear_fields():
|
171 |
+
return [],"",None
|
172 |
|
173 |
# Function to generate audio with Eleven Labs TTS
|
174 |
def generate_audio_elevenlabs(text):
|