w-a-z commited on
Commit
3752c91
1 Parent(s): 9fb05e1

Create app.py

Browse files

import gradio as gr

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

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

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