import gradio as gr from ccogsphere import ccs iface = gr.Interface(fn=ccs, inputs="text", outputs="text") iface.launch()