Christopher Ried commited on
Commit
96a0676
1 Parent(s): 1922602

Another message

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