File size: 161 Bytes
00b6528
 
 
35980c6
00b6528
 
 
1
2
3
4
5
6
7
8
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()