cbensimon HF Staff commited on
Commit
45157a7
Β·
verified Β·
1 Parent(s): 7b0f07c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -198,6 +198,7 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
198
  ],
199
  outputs=[result, seed],
200
  api_name="run",
 
201
  )
202
 
203
  if __name__ == "__main__":
 
198
  ],
199
  outputs=[result, seed],
200
  api_name="run",
201
+ description="Generate an image",
202
  )
203
 
204
  if __name__ == "__main__":