Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,4 +80,4 @@ iface = gr.Interface(fn=greet,
|
|
| 80 |
inputs=gr.Textbox(lines=20,
|
| 81 |
placeholder="Text Here..."),
|
| 82 |
outputs=["text", "text"])
|
| 83 |
-
iface.
|
|
|
|
| 80 |
inputs=gr.Textbox(lines=20,
|
| 81 |
placeholder="Text Here..."),
|
| 82 |
outputs=["text", "text"])
|
| 83 |
+
iface.launch()
|