Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,4 +6,6 @@ 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()
|
| 10 |
+
|
| 11 |
+
git add app.py $git commit -m "Add application file" $git push
|