Commit History

import gradio as gr def greet(name): return "Hello " + name + "!!" demo = gr.Interface(fn=greet, inputs="text", outputs="text") demo.launch()
00cc94b
verified

euychrue commited on

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
e9cefc3
verified

euychrue commited on

initial commit
77e8499
verified

euychrue commited on