Spaces:
Running on Zero

Ruurd commited on
Commit
e31eff0
·
verified ·
1 Parent(s): df4c990

Change dummy-input question

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 New York?"
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