File size: 85 Bytes
d446ee5
 
c3ac709
1
2
3
import gradio as gr

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