mlabonne commited on
Commit
4b096db
1 Parent(s): ff3a08a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -13,9 +13,10 @@ from PIL import Image
13
 
14
  TITLE = """
15
  <div align="center">
16
- <p style="font-size: 36px;">🌳 Merge Family Tree</p>
17
  </div><br/>
18
- <p>Automatically calculate the family tree of a given model. It also displays the type of license each model uses (permissive, noncommercial, or unknown).</p>
 
19
  """
20
 
21
 
 
13
 
14
  TITLE = """
15
  <div align="center">
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