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