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

Remove inaccurate hardware info from stats

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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(f"""
541
  <div class="stats">
542
- ⚡ <strong>Hardware:</strong> {NUM_CPUS} vCPU
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