added comma
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ def greet(name):
|
|
| 4 |
|
| 5 |
|
| 6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",
|
| 7 |
-
title="simple app" description="via gradio")
|
| 8 |
|
| 9 |
|
| 10 |
iface.launch()
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text",
|
| 7 |
+
title="simple app", description="via gradio")
|
| 8 |
|
| 9 |
|
| 10 |
iface.launch()
|