Spaces:
Running on Zero

Ruurd commited on
Commit
a2125f4
·
verified ·
1 Parent(s): 3b599f4

Remove placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -198,6 +198,7 @@ def generate_diffusion_text(input_ids):
198
  # --- Inference Wrapper ---
199
  def diffusion_chat(question, eot_weight, mask_weight, max_it, pause_length, sharpness, clustering, noise_start, use_confidence_noising, noise_clipping):
200
  placeholder = "What do you know about the city of New York?"
 
201
  if question.strip() == "":
202
  question = placeholder
203
 
 
198
  # --- Inference Wrapper ---
199
  def diffusion_chat(question, eot_weight, mask_weight, max_it, pause_length, sharpness, clustering, noise_start, use_confidence_noising, noise_clipping):
200
  placeholder = "What do you know about the city of New York?"
201
+ placeholder = ""
202
  if question.strip() == "":
203
  question = placeholder
204