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

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