mlabonne commited on
Commit
41d9278
β€’
1 Parent(s): 53e1ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ TITLE = """
16
  <p style="font-size: 36px;">🌳 Model Family Tree</p>
17
  </div><br/>
18
  <p>Automatically calculate the <strong>family tree of a given model</strong>. It also displays the type of license each model uses (permissive, noncommercial, or unknown).</p>
19
- <p>You can also run the code in this <a href="https://colab.research.google.com/drive/1s2eQlolcI1VGgDhqWIANfkfKvcKrMyNr?usp=sharing">Colab notebook</a>.</p>
20
  """
21
 
22
 
 
16
  <p style="font-size: 36px;">🌳 Model Family Tree</p>
17
  </div><br/>
18
  <p>Automatically calculate the <strong>family tree of a given model</strong>. It also displays the type of license each model uses (permissive, noncommercial, or unknown).</p>
19
+ <p>You can also run the code in this <a href="https://colab.research.google.com/drive/1s2eQlolcI1VGgDhqWIANfkfKvcKrMyNr?usp=sharing">Colab notebook</a>. See also mrfakename's version in <a href="https://huggingface.co/spaces/mrfakename/merge-model-tree">this space</a>.</p>
20
  """
21
 
22