Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -777,20 +777,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
777 |
outputs=txt_output
|
778 |
)
|
779 |
|
780 |
-
gr.HTML("""
|
781 |
-
<div style="text-align: center; margin-top: 40px; padding: 20px; background: rgba(255, 255, 255, 0.1); border-radius: 15px;">
|
782 |
-
<p style="color: #e0e0e0; font-size: 1.1em;">
|
783 |
-
π<a href="https://bagel-ai.org/" target="_blank">Website</a>
|
784 |
-
π<a href="https://arxiv.org/abs/2505.14683" target="_blank">Research Paper</a>
|
785 |
-
π€<a href="https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT" target="_blank">Model</a>
|
786 |
-
π<a href="https://demo.bagel-ai.org/" target="_blank">Demo</a>
|
787 |
-
π¬<a href="https://discord.gg/Z836xxzy" target="_blank">Discord</a>
|
788 |
-
π§<a href="mailto:[email protected]">Contact</a>
|
789 |
-
</p>
|
790 |
-
<p style="color: #ffd54f; margin-top: 15px; font-size: 0.95em;">
|
791 |
-
<strong>π Web Search:</strong> Powered by Brave Search API when BSEARCH_API environment variable is set
|
792 |
-
</p>
|
793 |
-
</div>
|
794 |
-
""")
|
795 |
-
|
796 |
demo.launch(share=True)
|
|
|
777 |
outputs=txt_output
|
778 |
)
|
779 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
780 |
demo.launch(share=True)
|