GoodWin/Deep-Multi-scale
0
1import gradio as gr2 3def greet(name):4 return "Hello " + name + "!!"5 6iface = gr.Interface(fn=greet, inputs="text", outputs="text")7iface.launch()1import gradio as gr2 3def greet(name):4 return "Hello " + name + "!!"5 6iface = gr.Interface(fn=greet, inputs="text", outputs="text")7iface.launch()