4fd0f6c 699d399 4fd0f6c
1
2
3
4
5
6
import gradio as gr func1 iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch()