Spaces:
Runtime error
Runtime error
add description
Browse files
app.py
CHANGED
|
@@ -15,5 +15,6 @@ app = gr.Interface(
|
|
| 15 |
inputs="text",
|
| 16 |
outputs="image",
|
| 17 |
title="Pixel Art Generator",
|
|
|
|
| 18 |
)
|
| 19 |
app.launch()
|
|
|
|
| 15 |
inputs="text",
|
| 16 |
outputs="image",
|
| 17 |
title="Pixel Art Generator",
|
| 18 |
+
description="Use 'pixelartstyle' token to generate pixel art.",
|
| 19 |
)
|
| 20 |
app.launch()
|