nimool commited on
Commit
8f1a55a
·
1 Parent(s): bb43e01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def parse_transcription(logits):
43
 
44
 
45
  # Function to retrieve an answer based on a question (using fuzzy matching)
46
- def get_answer(wav_file, text=None):
47
 
48
  if text==None:
49
  input_values = read_file_and_process(wav_file)
 
43
 
44
 
45
  # Function to retrieve an answer based on a question (using fuzzy matching)
46
+ def get_answer(wav_file=None, text=None):
47
 
48
  if text==None:
49
  input_values = read_file_and_process(wav_file)