martyseva commited on
Commit
e282b08
·
verified ·
1 Parent(s): 13a2739

Create app.py

Browse files

import gradio as gr

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

demo = gr.Interface(fn=greet, inputs="text", outputs="text")
demo.launch()

Files changed (1) hide show
  1. app.py +0 -0
app.py ADDED
File without changes