Fix: pause_lenght now actually used
Browse files
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
|