Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,6 @@ iface = gr.Interface(
|
|
| 22 |
inputs="textbox",
|
| 23 |
outputs="html",
|
| 24 |
title=title,
|
| 25 |
-
description=description
|
| 26 |
examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
|
| 27 |
).launch()
|
|
|
|
| 22 |
inputs="textbox",
|
| 23 |
outputs="html",
|
| 24 |
title=title,
|
| 25 |
+
description=description,
|
| 26 |
examples=["You make me feel so alive", "It was just a mistake", "Let's party tonight"]
|
| 27 |
).launch()
|