File size: 109 Bytes
677fc36
 
885747d
 
 
1
2
3
4
5
6
def predict(x):
    return x

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