Spaces:
Running
on
Zero
Running
on
Zero
Change dummy-input question
Browse files
app.py
CHANGED
|
@@ -161,8 +161,7 @@ def generate_diffusion_text(input_ids):
|
|
| 161 |
|
| 162 |
# --- Inference Wrapper ---
|
| 163 |
def diffusion_chat(question, max_it, pause_length, sharpness, clustering, noise_start, use_confidence_noising, noise_clipping):
|
| 164 |
-
placeholder = "What do you know about the city of
|
| 165 |
-
placeholder = ""
|
| 166 |
if question.strip() == "":
|
| 167 |
question = placeholder
|
| 168 |
|
|
|
|
| 161 |
|
| 162 |
# --- Inference Wrapper ---
|
| 163 |
def diffusion_chat(question, max_it, pause_length, sharpness, clustering, noise_start, use_confidence_noising, noise_clipping):
|
| 164 |
+
placeholder = "What do you know about the city of Amsterdam?"
|
|
|
|
| 165 |
if question.strip() == "":
|
| 166 |
question = placeholder
|
| 167 |
|