Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|