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...
62459d8
CogSphere
/
app.py0
CognitiveScience
Rename app.py to app.py0
0c9a5b4
about 1 year ago
raw
Copy download link
history
blame
Safe
122 Bytes
import gradio as gr
from
ccogsphere import ccs
iface = gr.Interface(
fn
=ccs,
inputs
=
"text"
,
outputs
=
"text"
)
iface.launch()