lulavc commited on
Commit
d0bcc31
·
verified ·
1 Parent(s): 98409b8

Remove hardware from stats display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>Hardware:</strong> NVIDIA T4 (16GB) • <strong>Models:</strong> Qwen2-VL (OCR & Translation) + LaMa (Inpainting)
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