mmitch25 commited on
Commit
02d873f
·
1 Parent(s): f746608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -44,6 +44,8 @@ def question(text):
44
  docs = docsearch.get_relevant_documents(query)
45
  return chain.run(input_documents=docs, question=query)
46
 
 
 
47
  gr.Interface(
48
  question,
49
  inputs="text",
 
44
  docs = docsearch.get_relevant_documents(query)
45
  return chain.run(input_documents=docs, question=query)
46
 
47
+ import gradio as gr
48
+
49
  gr.Interface(
50
  question,
51
  inputs="text",