abdibrokhim
commited on
Commit
·
5432e54
1
Parent(s):
2c97198
fixed issues
Browse files
app.py
CHANGED
@@ -209,26 +209,25 @@ with gr.Blocks(
|
|
209 |
) as demo:
|
210 |
gr.Markdown("""
|
211 |
# The Best AI Sticker Maker!
|
212 |
-
<p align="center">
|
213 |
-
<a title="Page" href="https://theopencommunity.co/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
214 |
-
<img src="https://img.shields.io/badge/Project-Website-pink?logo=googlechrome&logoColor=white">
|
215 |
-
</a>
|
216 |
-
<a title="arXiv" href="https://rebrand.ly/aistickermakerpaper" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
217 |
-
<img src="https://img.shields.io/badge/arXiv-Paper-b31b1b?logo=arxiv&logoColor=white">
|
218 |
-
</a>
|
219 |
-
<a title="Github" href="https://github.com/abdibrokhim/ai-sticker-maker" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
220 |
-
<img src="https://img.shields.io/github/stars/EnVision-Research/Lotus?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
221 |
-
</a>
|
222 |
-
<a title="Social" href="https://x.com/abdibrokhim" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
223 |
-
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
224 |
-
</a>
|
225 |
-
<a title="Social" href="https://x.com/xopencommunity" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
226 |
-
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
227 |
-
</a>
|
228 |
-
<br>
|
229 |
-
<strong>Please consider starring <span style="color: orange">★</span> the <a href="https://github.com/abdibrokhim/ai-sticker-maker" target="_blank" rel="noopener noreferrer">GitHub Repo</a> if you find this useful!</strong>
|
230 |
-
""")
|
231 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
232 |
with gr.Tabs(elem_classes=["tabs"]):
|
233 |
with gr.TabItem("Generate Stickers"):
|
234 |
with gr.Row():
|
|
|
209 |
) as demo:
|
210 |
gr.Markdown("""
|
211 |
# The Best AI Sticker Maker!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
+
**[Project Website](https://theopencommunity.co/)**
|
214 |
+
[![Website Badge](https://img.shields.io/badge/Project-Website-pink?logo=googlechrome&logoColor=white)](https://theopencommunity.co/)
|
215 |
+
|
216 |
+
**[arXiv Paper](https://rebrand.ly/aistickermakerpaper)**
|
217 |
+
[![arXiv Badge](https://img.shields.io/badge/arXiv-Paper-b31b1b?logo=arxiv&logoColor=white)](https://rebrand.ly/aistickermakerpaper)
|
218 |
+
|
219 |
+
**[GitHub Repository](https://github.com/abdibrokhim/ai-sticker-maker)**
|
220 |
+
[![GitHub Badge](https://img.shields.io/github/stars/abdibrokhim/ai-sticker-maker?label=GitHub%20%E2%98%85&logo=github&color=C8C)](https://github.com/abdibrokhim/ai-sticker-maker)
|
221 |
+
|
222 |
+
**[Social Media (Abdibrokhim)](https://x.com/abdibrokhim)**
|
223 |
+
![Social Badge](https://www.obukhov.ai/img/badges/badge-social.svg)
|
224 |
+
|
225 |
+
**[Social Media (Open Community)](https://x.com/xopencommunity)**
|
226 |
+
![Social Badge](https://www.obukhov.ai/img/badges/badge-social.svg)
|
227 |
+
|
228 |
+
**Please consider starring :star: the [GitHub Repo](https://github.com/abdibrokhim/ai-sticker-maker) if you find this useful!**
|
229 |
+
""")
|
230 |
+
|
231 |
with gr.Tabs(elem_classes=["tabs"]):
|
232 |
with gr.TabItem("Generate Stickers"):
|
233 |
with gr.Row():
|