RAG-PDF-Chatbot / app.py
MuntasirHossain's picture
Update app.py
58486c5 verified
raw
history blame
137 Bytes
import os
import gradio as gr
demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
demo.launch()