Spaces:
Runtime error
Runtime error
Update footer with all models: GLM-4.6V-Flash + LaMa
Browse files
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>
|
|
|
|
| 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 |
""")
|