d26f043 b00638f
1
2
3
4
5
6
import gradio as gr iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch(share=True)