Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -691,6 +691,22 @@ def create_demo():
|
|
691 |
</div>
|
692 |
"""
|
693 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
694 |
with gr.Row():
|
695 |
with gr.Column():
|
696 |
prompt = gr.Textbox(label="Prompt", value="A majestic castle on top of a floating island")
|
|
|
691 |
</div>
|
692 |
"""
|
693 |
)
|
694 |
+
|
695 |
+
gr.HTML(
|
696 |
+
"""
|
697 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
698 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
699 |
+
<img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
|
700 |
+
</a>
|
701 |
+
|
702 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
703 |
+
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord badge">
|
704 |
+
</a>
|
705 |
+
</div>
|
706 |
+
"""
|
707 |
+
)
|
708 |
+
|
709 |
+
|
710 |
with gr.Row():
|
711 |
with gr.Column():
|
712 |
prompt = gr.Textbox(label="Prompt", value="A majestic castle on top of a floating island")
|