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...
425b8fe
CogSphere
/
app.py
CognitiveScience
Update app.py
4af0645
over 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()