Spaces:
Sleeping
Sleeping
corumbus
commited on
Commit
·
d03bc32
1
Parent(s):
35980c6
update
Browse files
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
|
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()
|