nbroad HF staff commited on
Commit
697d88b
1 Parent(s): 9446443

image bullet point match text bullets

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ class TextGeneration:
71
 
72
  }
73
  self.list_division = 5
74
- self.point = "-"
75
  set_seed(42)
76
 
77
  def _skip_special_tokens_and_prettify(self, text):
 
71
 
72
  }
73
  self.list_division = 5
74
+ self.point = ""
75
  set_seed(42)
76
 
77
  def _skip_special_tokens_and_prettify(self, text):