shripadbhat commited on
Commit
3f71350
1 Parent(s): c54a10e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def fetch_answers(question, clincal_note ):
56
 
57
  return top_5_query_paragraph_answer_list
58
 
59
- demo = gr.Interface.load(
60
  fn=fetch_answers,
61
  #take input as real time audio and use OPENAPI whisper for S2T
62
  #clinical note upload as file (.This is an example of simple text. or doc/docx file)
 
56
 
57
  return top_5_query_paragraph_answer_list
58
 
59
+ demo = gr.Interface(
60
  fn=fetch_answers,
61
  #take input as real time audio and use OPENAPI whisper for S2T
62
  #clinical note upload as file (.This is an example of simple text. or doc/docx file)