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

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