ChloeLee22 commited on
Commit
357d5ab
·
verified ·
1 Parent(s): d101881

prompt 제거하며 발생 에러 제거

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def process_bulk(bulk_text, bulk_index, max_retries=3):
110
  for attempt in range(max_retries):
111
  try:
112
  # Step 0: Apply vocabulary correction to input
113
- proofread_result = call_proofread(step0)
114
 
115
  # Step 4: Apply vocabulary correction to final output
116
 
 
110
  for attempt in range(max_retries):
111
  try:
112
  # Step 0: Apply vocabulary correction to input
113
+ step4 = call_proofread(step0)
114
 
115
  # Step 4: Apply vocabulary correction to final output
116