Spaces:
Runtime error
Runtime error
Remove inaccurate hardware info from stats
Browse files
app.py
CHANGED
|
@@ -537,10 +537,9 @@ with gr.Blocks(title="BubbleScribe", css=css, theme=gr.themes.Soft()) as demo:
|
|
| 537 |
</div>
|
| 538 |
""")
|
| 539 |
|
| 540 |
-
gr.HTML(
|
| 541 |
<div class="stats">
|
| 542 |
-
⚡ <strong>
|
| 543 |
-
<strong>Models:</strong> GLM-4.6V-Flash (OCR/Translation) + LaMa (Inpainting)
|
| 544 |
</div>
|
| 545 |
""")
|
| 546 |
|
|
|
|
| 537 |
</div>
|
| 538 |
""")
|
| 539 |
|
| 540 |
+
gr.HTML("""
|
| 541 |
<div class="stats">
|
| 542 |
+
⚡ <strong>Models:</strong> GLM-4.6V-Flash (OCR & Translation) + LaMa (Inpainting)
|
|
|
|
| 543 |
</div>
|
| 544 |
""")
|
| 545 |
|