Antonio49 commited on
Commit
a48a213
·
1 Parent(s): 5c0548d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def greet(name):
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text",
7
  examples=[
8
  ["Hello " + name + "!!"],
9
- [ "Hello Antonio"!!"],
10
  [-4, "multiply", 2.5],
11
  [0, "subtract", 1.2],
12
  ],
 
6
  iface = gr.Interface(fn=greet, inputs="text", outputs="text",
7
  examples=[
8
  ["Hello " + name + "!!"],
9
+ [ "Hello Antonio!!"],
10
  [-4, "multiply", 2.5],
11
  [0, "subtract", 1.2],
12
  ],