Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
MuntasirHossain/RAG-PDF-Chatbot
arjunanand13
/
RAG-PDF-Chatbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MuntasirHossain
commited on
May 12, 2024
Commit
74f5196
·
verified
·
1 Parent(s):
c65bb18
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
3
+
demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
4
+
demo.launch()