File size: 122 Bytes
a60b731
31ef08e
4af0645
31ef08e
a60b731
1
2
3
4
5
import gradio as gr
from bcogsphere import bcs

iface = gr.Interface(fn=bcs, inputs="text", outputs="text")
iface.launch()