purkrmir commited on
Commit
6d0261a
·
verified ·
1 Parent(s): fbc46ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -197,6 +197,9 @@ with gr.Blocks() as app:
197
  "If you want to play around with parameters, use the [GitHub demo](https://github.com/MiraPurkrabek/BBoxMaskPose). "
198
  "Please note that due to HuggingFace restrictions, the demo runs much slower than the GitHub implementation."
199
  )
 
 
 
200
 
201
  with gr.Row():
202
  with gr.Column():
 
197
  "If you want to play around with parameters, use the [GitHub demo](https://github.com/MiraPurkrabek/BBoxMaskPose). "
198
  "Please note that due to HuggingFace restrictions, the demo runs much slower than the GitHub implementation."
199
  )
200
+ gr.Markdown(
201
+ "If you find the project interesting, please like ❤️ the HF demo and star ⭐ the GH repo to help us spread the word."
202
+ )
203
 
204
  with gr.Row():
205
  with gr.Column():