Spaces:
Runtime error
Runtime error
Remove hardware from stats display
Browse files
app.py
CHANGED
|
@@ -658,7 +658,7 @@ with gr.Blocks(title="BubbleScribe", css=css, theme=gr.themes.Soft()) as demo:
|
|
| 658 |
|
| 659 |
gr.HTML("""
|
| 660 |
<div class="stats">
|
| 661 |
-
⚡ <strong>
|
| 662 |
</div>
|
| 663 |
""")
|
| 664 |
|
|
|
|
| 658 |
|
| 659 |
gr.HTML("""
|
| 660 |
<div class="stats">
|
| 661 |
+
⚡ <strong>Models:</strong> Qwen2-VL (OCR & Translation) + LaMa (Inpainting)
|
| 662 |
</div>
|
| 663 |
""")
|
| 664 |
|