Spaces:
Sleeping
Sleeping
corumbus
commited on
Commit
·
f4366bf
1
Parent(s):
fa025d4
update
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
|
2 |
import gradio as gr
|
3 |
|
4 |
-
# Load the
|
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()
|