File size: 137 Bytes
74f5196
58486c5
74f5196
 
 
1
2
3
4
5
import os
import gradio as gr

demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
demo.launch()