demo123 / app.py
valeria-legaria's picture
app
b9f2594
raw
history blame
71 Bytes
import gradio as gr
def greet(name):
return "Hello " + name + "!!"