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