Spaces:
Runtime error
Runtime error
Commit
Β·
55cea27
1
Parent(s):
c3062cb
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ from huggingface_hub import HfApi
|
|
12 |
from transformers import CLIPTextModel, CLIPTokenizer
|
13 |
import html
|
14 |
|
|
|
15 |
community_icon_html = ""
|
16 |
|
17 |
loading_icon_html = ""
|
|
|
12 |
from transformers import CLIPTextModel, CLIPTokenizer
|
13 |
import html
|
14 |
|
15 |
+
|
16 |
community_icon_html = ""
|
17 |
|
18 |
loading_icon_html = ""
|