nnKmmnh commited on
Commit
7674710
·
verified ·
1 Parent(s): 1307c40

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

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ git add app.py && git commit -m 'Add application file' && git push