File size: 71 Bytes
b9f2594
 
 
 
1
2
3
4
import gradio as gr

def greet(name):
    return "Hello " + name + "!!"