Spaces:
Sleeping
Sleeping
corumbus
commited on
Commit
·
8895b09
1
Parent(s):
f4366bf
update
Browse files
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")
|
|
|
|
|
|