fangshengren commited on
Commit
00b4867
·
verified ·
1 Parent(s): 1b8bc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
 
3
  import gradio as gr
4
  def greet(name):
5
- return "Hello " + name + "!!"
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  iface.launch()
 
2
 
3
  import gradio as gr
4
  def greet(name):
5
+ return "Hello " + name + "!!1"
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
 
8
  iface.launch()