CogSphere / app.py
CognitiveScience's picture
Update app.py
4b5d91a
raw
history blame
124 Bytes
import gradio as gr
from ccogsphere import ccs
iface = gr.Interface(fn=ccs, inputs="text", outputs="text")
iface.launch()