Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MuntasirHossain
/
RAG-PDF-Chatbot
like
61
Running
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
74f5196
RAG-PDF-Chatbot
/
app.py
MuntasirHossain
Create app.py
74f5196
verified
11 months ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
os
demo = gr.load(name=
"MuntasirHossain/RAG-Chat-with-PDF-2"
, hf_token = os.getenv(
"HF_TOKEN"
))
demo.launch()