Spaces:
Sleeping
Sleeping
Update apps/gradio_app/project_info.py
Browse files
apps/gradio_app/project_info.py
CHANGED
|
@@ -10,15 +10,15 @@ CONTENT_IN_2 = """
|
|
| 10 |
For more information, you can follow below:<br>
|
| 11 |
Source code:
|
| 12 |
<a class="badge" href="https://github.com/danhtran2mind/SlimFace">
|
| 13 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FSlimFace-blue?style=flat" alt="GitHub Repo">
|
| 14 |
</a>,
|
| 15 |
Author:
|
| 16 |
<a class="badge" href="https://github.com/danhtran2mind">
|
| 17 |
-
<img src="https://img.shields.io/badge/GitHub-danhtran2mind-blue?style=flat" alt="GitHub Profile">
|
| 18 |
</a>,
|
| 19 |
PyTorch Docs:
|
| 20 |
<a class="badge" href="https://docs.pytorch.org/vision/main/models.html">
|
| 21 |
-
<img src="https://img.shields.io/badge/PyTorch-Pretrain%20Model%20Docs-
|
| 22 |
</a>
|
| 23 |
</p>
|
| 24 |
"""
|
|
|
|
| 10 |
For more information, you can follow below:<br>
|
| 11 |
Source code:
|
| 12 |
<a class="badge" href="https://github.com/danhtran2mind/SlimFace">
|
| 13 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind%2FSlimFace-blue?style=flat?logo=github" alt="GitHub Repo">
|
| 14 |
</a>,
|
| 15 |
Author:
|
| 16 |
<a class="badge" href="https://github.com/danhtran2mind">
|
| 17 |
+
<img src="https://img.shields.io/badge/GitHub-danhtran2mind-blue?style=flat?logo=github" alt="GitHub Profile">
|
| 18 |
</a>,
|
| 19 |
PyTorch Docs:
|
| 20 |
<a class="badge" href="https://docs.pytorch.org/vision/main/models.html">
|
| 21 |
+
<img src="https://img.shields.io/badge/PyTorch-Pretrain%20Model%20Docs-orange?style=flat?logo=pytorch" alt="PyTorch Docs">
|
| 22 |
</a>
|
| 23 |
</p>
|
| 24 |
"""
|