File size: 123 Bytes
a60b731
91256a5
a60b731
 
91256a5
a60b731
1
2
3
4
5
6
import gradio as gr
from ccogsphere import ccs


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