dev-rag-pub-1 / app.py
corumbus
update
f4366bf
raw
history blame
125 Bytes
import gradio as gr
# Load the private app
interface = gr.Interface.load("spaces/iamboolean/dev-rag-1")
interface.launch()