Pijush2023 commited on
Commit
dd624f1
·
verified ·
1 Parent(s): 4451481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):