CognitiveScience commited on
Commit
31ef08e
·
1 Parent(s): de1d456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from ccogsphere import ccs
3
 
4
- iface = gr.Interface(fn=ccs, inputs="text", outputs="text")
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()