File size: 117 Bytes
74f5196 |
1 2 3 4 |
import os
demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
demo.launch() |
74f5196 |
1 2 3 4 |
import os
demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN"))
demo.launch() |