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