Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
β’
5e8e6f5
1
Parent(s):
cfec665
Rename app.pypausing to app.py
Browse files- app.pypausing β app.py +1 -1
app.pypausing β app.py
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from bcogsphere import
|
3 |
css="footer {visibility: hidden}"
|
4 |
|
5 |
iface = gr.Interface(fn=bcs, inputs="text", outputs="text", css=css)
|
|
|
1 |
import gradio as gr
|
2 |
+
from bcogsphere import bcf
|
3 |
css="footer {visibility: hidden}"
|
4 |
|
5 |
iface = gr.Interface(fn=bcs, inputs="text", outputs="text", css=css)
|