suwonpabby commited on
Commit
0ea280e
1 Parent(s): 13471ce
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ def make_gen(QA, candidates, top_k, character_type):
227
  yield new_text
228
  if not is_start and "[말투반영]" in new_text:
229
  is_start = True
230
- yield new_text
231
 
232
  is_start = False
233
 
 
227
  yield new_text
228
  if not is_start and "[말투반영]" in new_text:
229
  is_start = True
230
+ # yield new_text
231
 
232
  is_start = False
233