davanstrien HF staff commited on
Commit
00ccb92
1 Parent(s): 362494d

clearer title

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -71,7 +71,9 @@ def return_models_for_base_model(base_model):
71
 
72
 
73
  with gr.Blocks() as demo:
74
- gr.Markdown("# Base model explorer")
 
 
75
  gr.Markdown(
76
  """When sharing models to the Hub it is possible to specify a base model in the model card i.e. that your model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased).
77
  This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning."""
 
71
 
72
 
73
  with gr.Blocks() as demo:
74
+ gr.Markdown(
75
+ "# Base model explorer: explore the lineage of models on the 🤗 Hub"
76
+ )
77
  gr.Markdown(
78
  """When sharing models to the Hub it is possible to specify a base model in the model card i.e. that your model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased).
79
  This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning."""