Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aiuser1/langchain-chat-with-pdf
aiuser1
/
chat-with-pdf-test-amlan
like
0
Runtime error
App
Files
Files
Community
aiuser1
commited on
Oct 8, 2023
Commit
66d07ef
•
1 Parent(s):
2aed772
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ with gr.Blocks(css=css) as demo:
85
bot, chatbot, chatbot
86
)
87
88
-
demo.launch()
85
bot, chatbot, chatbot
86
)
87
88
+
demo.launch(
share=True
)