88fa22e 68167ac
1
2
3
4
import gradio as gr def greet(name): return "hello" + name gr.Interface(greet, "text", "text").launch()