lulavc commited on
Commit
ac9cf98
·
verified ·
1 Parent(s): a7911b9

Update footer with all models: GLM-4.6V-Flash + LaMa

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -642,7 +642,8 @@ with gr.Blocks(title="BubbleScribe", css=css, theme=gr.themes.Soft()) as demo:
642
 
643
  gr.HTML("""
644
  <div style="text-align: center; margin-top: 20px; padding: 10px; background: rgba(0,0,0,0.05); border-radius: 8px;">
645
- <strong>Model:</strong> <a href="https://huggingface.co/zai-org/GLM-4.6V" target="_blank">zai-org/GLM-4.6V</a> •
 
646
  <strong>Created by:</strong> <a href="https://huggingface.co/lulavc" target="_blank">@lulavc</a>
647
  </div>
648
  """)
 
642
 
643
  gr.HTML("""
644
  <div style="text-align: center; margin-top: 20px; padding: 10px; background: rgba(0,0,0,0.05); border-radius: 8px;">
645
+ <strong>Models:</strong> <a href="https://huggingface.co/zai-org/GLM-4.6V" target="_blank">zai-org/GLM-4.6V-Flash</a> (OCR & Translation)
646
+ <a href="https://github.com/advimman/lama" target="_blank">LaMa</a> (Inpainting) •
647
  <strong>Created by:</strong> <a href="https://huggingface.co/lulavc" target="_blank">@lulavc</a>
648
  </div>
649
  """)