dev-rag-pub-1 / app.py
corumbus
update
5852b02
raw
history blame
184 Bytes
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()