CogSphere / app.py
CognitiveScience's picture
Rename app.pypausing to app.py
5e8e6f5 verified
raw
history blame contribute delete
165 Bytes
import gradio as gr
from bcogsphere import bcf
css="footer {visibility: hidden}"
iface = gr.Interface(fn=bcs, inputs="text", outputs="text", css=css)
iface.launch()