boris commited on
Commit
41b680b
1 Parent(s): b1aaa0f
Files changed (1) hide show
  1. 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):