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