Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CognitiveScience
/
CogSphere
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
2f624f6
CogSphere
/
app.py
CognitiveScience
Update app.py
2f624f6
over 1 year ago
raw
Copy download link
history
blame
Safe
165 Bytes
import
gradio
as
gr
from
bcogsphere
import
bcs
css=
"footer {visibility: hidden}"
iface = gr.Interface(fn=bcs, inputs=
"text"
, outputs=
"text"
, css=css)
iface.launch()