corumbus commited on
Commit
f4366bf
·
1 Parent(s): fa025d4
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
 
2
  import gradio as gr
3
 
4
- # Load the app from a private Space
5
  interface = gr.Interface.load("spaces/iamboolean/dev-rag-1")
 
 
1
 
2
  import gradio as gr
3
 
4
+ # Load the private app
5
  interface = gr.Interface.load("spaces/iamboolean/dev-rag-1")
6
+ interface.launch()