Spaces:
Sleeping
Sleeping
| import gradio as gr | |
| import os | |
| hf_api_key = os.getenv("HF_API_KEY") | |
| interface = gr.load("iamboolean/dev-rag-2", src="spaces", | |
| token=hf_api_key) | |
| interface.launch() | |