File size: 124 Bytes
a60b731
 
4b5d91a
a60b731
 
4b5d91a
a60b731
1
2
3
4
5
6
7
import gradio as gr

from ccogsphere import ccs


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