Add application file
Browse files
app.py
CHANGED
@@ -6,4 +6,4 @@ def greet(name):
|
|
6 |
return "Hello " + name + "!!"
|
7 |
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
-
iface.launch()
|
|
|
6 |
return "Hello " + name + "!!"
|
7 |
|
8 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
9 |
+
iface.launch()
|