openfree commited on
Commit
6cd8ef3
Β·
verified Β·
1 Parent(s): 2ac5130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -16
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>&nbsp;&nbsp;
784
- πŸ“„<a href="https://arxiv.org/abs/2505.14683" target="_blank">Research Paper</a>&nbsp;&nbsp;
785
- πŸ€—<a href="https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT" target="_blank">Model</a>&nbsp;&nbsp;
786
- πŸš€<a href="https://demo.bagel-ai.org/" target="_blank">Demo</a>&nbsp;&nbsp;
787
- πŸ’¬<a href="https://discord.gg/Z836xxzy" target="_blank">Discord</a>&nbsp;&nbsp;
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)