Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/langchain-chat-with-pdf
Chris4K
/
langchain-chat-with-pdf
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Chris4K
commited on
Aug 15, 2023
Commit
54efdc5
·
1 Parent(s):
88bb2e5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ with gr.Blocks(css=css) as demo:
91
bot, chatbot, chatbot
92
)
93
94
-
demo.launch()
91
bot, chatbot, chatbot
92
)
93
94
+
demo.launch(
debug=True
)