Spaces:
Running
Running
import os | |
import gradio as gr | |
demo = gr.load(name="MuntasirHossain/RAG-Chat-with-PDF-2", hf_token = os.getenv("HF_TOKEN")) | |
demo.launch() |