haohsiang commited on
Commit
ce11cfd
·
verified ·
1 Parent(s): 4c0a7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -206,8 +206,9 @@ def handle_chat(input_text, history, conversation_times, valence_scores, arousal
206
 
207
  def start_meditation(meditation_flag):
208
  meditation_flag = False
 
209
  return (
210
- audio_file, meditation_flag
211
  )
212
 
213
  def continue_chat():
 
206
 
207
  def start_meditation(meditation_flag):
208
  meditation_flag = False
209
+ audio = audio_file
210
  return (
211
+ audio, meditation_flag
212
  )
213
 
214
  def continue_chat():