corumbus commited on
Commit
8895b09
·
1 Parent(s): f4366bf
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,6 +1,2 @@
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()
 
 
1
  import gradio as gr
2
+ interface = gr.Interface.load("spaces/your-username/private-rag")