Spaces:
Ruurd
/
Running on Zero

Ruurd commited on
Commit
feb3dce
·
1 Parent(s): 63d4168

Fix: pause_lenght now actually used

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ def highlight_tokens(token_ids, answer_start, changed_indices, color):
80
 
81
  def diffusion_chat(question, noising, max_it, pause_length):
82
 
83
- pause_length = 0
84
  sharpness = 3.0
85
  noise_start = 0.5
86
  top_p = 1.0
 
80
 
81
  def diffusion_chat(question, noising, max_it, pause_length):
82
 
 
83
  sharpness = 3.0
84
  noise_start = 0.5
85
  top_p = 1.0