Spaces:
Runtime error
Runtime error
Commit
·
31ef08e
1
Parent(s):
de1d456
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
-
iface = gr.Interface(fn=
|
5 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
from bcogsphere import bcs
|
3 |
|
4 |
+
iface = gr.Interface(fn=bcs, inputs="text", outputs="text")
|
5 |
iface.launch()
|