dev-rag-pub-1 / app.py
corumbus
update
00b6528
raw
history blame
170 Bytes
import gradio as gr
# Load the app from a private Space
interface = gr.Interface.load("spaces/your-username/private-rag-app")
# Launch the interface
interface.launch()