Icar commited on
Commit
7ff2284
1 Parent(s): 6c0cf80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,7 +45,9 @@ def answer_question(question):
45
 
46
 
47
  n_conv+=1
 
48
  temp=json.load(open(answer))
 
49
  return temp
50
 
51
  def file_to_text(audio_fpath):
 
45
 
46
 
47
  n_conv+=1
48
+ print(answer)
49
  temp=json.load(open(answer))
50
+ print(temp)
51
  return temp
52
 
53
  def file_to_text(audio_fpath):