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