File size: 124 Bytes
66a7c82
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio
gradio.Interface(
    fn=predict,
    inputs="text",
    outputs="text",
    allow_flagging='never'
).launch()