Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -518,19 +518,19 @@ def create_demo():
|
|
518 |
with gr.Blocks(css=_CUSTOM_CSS_) as demo:
|
519 |
gr.HTML(_HEADER_)
|
520 |
|
521 |
-
|
522 |
-
"""
|
523 |
-
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
524 |
-
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
525 |
-
<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">
|
526 |
-
</a>
|
527 |
-
|
528 |
-
<a href="https://discord.gg/openfreeai" target="_blank">
|
529 |
-
<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">
|
530 |
-
</a>
|
531 |
-
</div>
|
532 |
"""
|
533 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
|
535 |
with gr.Row():
|
536 |
with gr.Column(scale=6):
|
@@ -716,11 +716,10 @@ def create_demo():
|
|
716 |
return demo
|
717 |
|
718 |
|
719 |
-
|
720 |
if __name__ == '__main__':
|
721 |
demo = create_demo()
|
722 |
demo.launch(
|
723 |
server_name="0.0.0.0",
|
724 |
share=True,
|
725 |
ssr_mode=False
|
726 |
-
)
|
|
|
518 |
with gr.Blocks(css=_CUSTOM_CSS_) as demo:
|
519 |
gr.HTML(_HEADER_)
|
520 |
|
521 |
+
gr.HTML(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
522 |
"""
|
523 |
+
<div class='container' style='display:flex; justify-content:center; gap:12px;'>
|
524 |
+
<a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
|
525 |
+
<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">
|
526 |
+
</a>
|
527 |
+
|
528 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
529 |
+
<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">
|
530 |
+
</a>
|
531 |
+
</div>
|
532 |
+
"""
|
533 |
+
)
|
534 |
|
535 |
with gr.Row():
|
536 |
with gr.Column(scale=6):
|
|
|
716 |
return demo
|
717 |
|
718 |
|
|
|
719 |
if __name__ == '__main__':
|
720 |
demo = create_demo()
|
721 |
demo.launch(
|
722 |
server_name="0.0.0.0",
|
723 |
share=True,
|
724 |
ssr_mode=False
|
725 |
+
)
|