Iker commited on
Commit
518ecc9
1 Parent(s): 83aa4d1
Files changed (1) hide show
  1. app_zero.py +1 -1
app_zero.py CHANGED
@@ -149,7 +149,7 @@ def run_model(mode, title, text):
149
  logits_processor=stop_criteria,
150
  )
151
 
152
- yield title, streamer, text
153
 
154
  temp = tokenizer.batch_decode(
155
  model_output[:, model_inputs["input_ids"].shape[-1] :],
 
149
  logits_processor=stop_criteria,
150
  )
151
 
152
+ yield streamer
153
 
154
  temp = tokenizer.batch_decode(
155
  model_output[:, model_inputs["input_ids"].shape[-1] :],