Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|