Spaces:
Running
on
Zero
Running
on
Zero
suwonpabby
commited on
Commit
•
0ea280e
1
Parent(s):
13471ce
Modify
Browse files
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 |
|