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