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...
a5b5d0c
CogSphere
/
app.pypausing
CognitiveScience
Rename app.py to app.pypausing
6e0fba8
verified
11 months 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()