jsebdev commited on
Commit
8e0d355
1 Parent(s): 2e06999

add app.py

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ env
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 negrito " + name + "!!"
6
 
7
 
8
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")