davanstrien HF Staff commited on
Commit
0a07f8a
·
1 Parent(s): f9428b4

Add explanation text for tags by library

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -251,7 +251,10 @@ with gr.Blocks() as demo:
251
  with gr.Accordion("View case sensitive tag pairs", open=False):
252
  gr.Dataframe(display_case_sensitive_duplicate_tags())
253
  with gr.Tab("Tags frequencies by library"):
254
- gr.Markdown("Tags by library")
 
 
 
255
  library_choice = gr.Dropdown(choices=libraries, label="select library")
256
  df = gr.Dataframe()
257
  library_choice.change(
 
251
  with gr.Accordion("View case sensitive tag pairs", open=False):
252
  gr.Dataframe(display_case_sensitive_duplicate_tags())
253
  with gr.Tab("Tags frequencies by library"):
254
+ gr.Markdown(
255
+ "The 🤗 hub hosts models from a wide range of machine learning libraries. These libraries use tags in "
256
+ "slightly different ways. The table below gives a breakdown of the most frequent tags for each library."
257
+ )
258
  library_choice = gr.Dropdown(choices=libraries, label="select library")
259
  df = gr.Dataframe()
260
  library_choice.change(