CyberWaifu commited on
Commit
f6878b6
·
verified ·
1 Parent(s): 5daec4f

Good Enough

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -169,7 +169,7 @@ with demo:
169
  maximum=1.0,
170
  step=0.05,
171
  value=DEFAULT_THRESHOLD,
172
- label="Default Threshold"
173
  )
174
  tag_button = gr.Button("🔍 Tag Image")
175
  with gr.Column():
@@ -181,7 +181,8 @@ with demo:
181
  gr.Markdown(
182
  "----\n"
183
  "**Model:** [Camie Tagger ONNX](https://huggingface.co/AngelBottomless/camie-tagger-onnxruntime) • "
184
- "**Base Model:** Camais03/camie-tagger (61% F1 on 70k tags) • **ONNX Runtime:** for efficient CPU inference • "
 
185
  "*Demo built with Gradio Blocks.*"
186
  )
187
 
 
169
  maximum=1.0,
170
  step=0.05,
171
  value=DEFAULT_THRESHOLD,
172
+ label="Threshold"
173
  )
174
  tag_button = gr.Button("🔍 Tag Image")
175
  with gr.Column():
 
181
  gr.Markdown(
182
  "----\n"
183
  "**Model:** [Camie Tagger ONNX](https://huggingface.co/AngelBottomless/camie-tagger-onnxruntime) • "
184
+ "**Base Model:** Camais03/camie-tagger (61% F1 on 70k tags) • "
185
+ "**ONNX Runtime:** for efficient CPU inference • "
186
  "*Demo built with Gradio Blocks.*"
187
  )
188