Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wintersmith
/
RAG-pdf-chatbot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Wintersmith
commited on
Mar 6, 2024
Commit
d1bc7c9
·
verified
·
1 Parent(s):
260d23a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ with gr.Blocks(title="RAG chatbot", theme="Soft") as demo:
45
46
if __name__ == '__main__':
47
demo.queue()
48
-
demo.launch(
auth=(
share=True)
45
46
if __name__ == '__main__':
47
demo.queue()
48
+
demo.launch(share=True)