chaeeunlee's picture
first commit, migrated from chaeeun's local
0c86d49
raw
history blame contribute delete
153 Bytes
import gradio as gr
def greet(name):
return "Hello " + name + "!!"
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
# iface.launch()