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