kohbanye commited on
Commit
e40c467
1 Parent(s): 307f2e5

add description

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()