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