Update app.py
Browse files
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):
|