Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,10 @@ from PIL import Image
|
|
13 |
|
14 |
TITLE = """
|
15 |
<div align="center">
|
16 |
-
<p style="font-size: 36px;">🌳
|
17 |
</div><br/>
|
18 |
-
<p>Automatically calculate the family tree of a given model
|
|
|
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 |
|