iitolstykh commited on
Commit
8166800
Β·
verified Β·
1 Parent(s): 962383c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,7 +27,7 @@ from modeling.qwen2 import Qwen2Tokenizer
27
  from huggingface_hub import snapshot_download
28
 
29
  save_dir = "./model_weights"
30
- repo_id = "ByteDance-Seed/BAGEL-7B-MoT"
31
  cache_dir = save_dir + "/cache"
32
 
33
  snapshot_download(
@@ -270,7 +270,7 @@ def load_example_image(image_path):
270
 
271
  # Gradio UI
272
  with gr.Blocks() as demo:
273
- gr.Markdown("# πŸ₯― [BAGEL](https://bagel-ai.org/)")
274
 
275
  with gr.Tab("πŸ“ Text to Image"):
276
  txt_input = gr.Textbox(
@@ -464,7 +464,7 @@ with gr.Blocks() as demo:
464
  )
465
 
466
  gr.Markdown(
467
- "🌐[Website](https://bagel-ai.org/)  πŸ“„[Report](https://arxiv.org/abs/2505.14683)  πŸ€—[Model](https://huggingface.co/ByteDance-Seed/BAGEL-7B-MoT)  πŸš€[Demo](https://demo.bagel-ai.org/)  πŸ’¬[Discord](https://discord.gg/Z836xxzy)  πŸ“§[Contact](mailto:[email protected])"
468
  )
469
 
470
  demo.launch(share=True)
 
27
  from huggingface_hub import snapshot_download
28
 
29
  save_dir = "./model_weights"
30
+ repo_id = "iitolstykh/Bagel-NHR-Edit"
31
  cache_dir = save_dir + "/cache"
32
 
33
  snapshot_download(
 
270
 
271
  # Gradio UI
272
  with gr.Blocks() as demo:
273
+ gr.Markdown("# πŸ₯― [NHR](https://riko0.github.io/No-Humans-Required/)")
274
 
275
  with gr.Tab("πŸ“ Text to Image"):
276
  txt_input = gr.Textbox(
 
464
  )
465
 
466
  gr.Markdown(
467
+ "🌐[Website](https://riko0.github.io/No-Humans-Required/)  πŸ“„[Report](#)  πŸ€—[Model](https://huggingface.co/iitolstykh/Bagel-NHR-Edit)"
468
  )
469
 
470
  demo.launch(share=True)