Spaces:
Runtime error
Runtime error
add app.py
Browse files- .gitignore +1 -0
- 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")
|