Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/langchain-chat-with-pdf
fffiloni
/
langchain-chat-with-pdf-openai
like
76
Paused
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
fffiloni
commited on
Apr 21, 2023
Commit
61183ae
·
1 Parent(s):
5bfa5bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,7 +42,7 @@ def infer(question):
42
43
query = question
44
result = qa({"query": query})
45
-
46
return result
47
48
css="""
42
43
query = question
44
result = qa({"query": query})
45
+
print(result)
46
return result
47
48
css="""