File size: 76 Bytes
735b79b
 
1
2
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch()