DraconicDragon commited on
Commit
54ff052
·
verified ·
1 Parent(s): 4e39396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -518,7 +518,8 @@ footer { display: none !important; }
518
  # js = """ /* Keep existing JS */ """ # No JS needed currently
519
 
520
  with gr.Blocks(css=css) as demo:
521
- gr.Markdown("# CL EVA02 ONNX Tagger")
 
522
  gr.Markdown("Upload an image or paste an image URL to predict tags using the CL EVA02 Tagger model (ONNX), fine-tuned from [SmilingWolf/wd-eva02-large-tagger-v3](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3).")
523
 
524
  with gr.Row():
 
518
  # js = """ /* Keep existing JS */ """ # No JS needed currently
519
 
520
  with gr.Blocks(css=css) as demo:
521
+ gr.Markdown("# CL EVA02 ONNX Tagger (CPU)")
522
+ gr.Markdown("This space is a duplicate of https://huggingface.co/spaces/cella110n/cl_tagger running on CPU and uses the [non-gated releases](https://huggingface.co/cella110n/cl_tagger) of cl-tagger.")
523
  gr.Markdown("Upload an image or paste an image URL to predict tags using the CL EVA02 Tagger model (ONNX), fine-tuned from [SmilingWolf/wd-eva02-large-tagger-v3](https://huggingface.co/SmilingWolf/wd-eva02-large-tagger-v3).")
524
 
525
  with gr.Row():