Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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():
|