Spaces:
Running
Running
fix: typo
Browse files- dalle_mini/text.py +1 -1
dalle_mini/text.py
CHANGED
@@ -99,7 +99,7 @@ def replace_person_token(t):
|
|
99 |
|
100 |
def fix_html(t):
|
101 |
# from OpenAI CLIP
|
102 |
-
return html.unescape(html.unescape(t)
|
103 |
|
104 |
|
105 |
def replace_punctuation_with_commas(t):
|
|
|
99 |
|
100 |
def fix_html(t):
|
101 |
# from OpenAI CLIP
|
102 |
+
return html.unescape(html.unescape(t))
|
103 |
|
104 |
|
105 |
def replace_punctuation_with_commas(t):
|