Spaces:
Running on Zero

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

Change original user question cosmetic

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ print("✅ Model loaded.")
270
  demo = gr.Interface(
271
  fn=diffusion_chat,
272
  inputs=[
273
- gr.Textbox(label="User Question", lines=2, placeholder="What do you know about the city of New York?"),
274
  gr.Slider(1, 512, value=32, step=1, label="↑ = more iterations"),
275
  gr.Slider(0.01, 5, value=0.01, step=0.01, label="↑ = longer pause (for visualization)"),
276
  gr.Slider(1.0, 20.0, value=5.0, step=0.5, label="↓ = more noising (sharpness)"),
 
270
  demo = gr.Interface(
271
  fn=diffusion_chat,
272
  inputs=[
273
+ gr.Textbox(label="User Question", lines=2, placeholder="What do you know about the city of Amsterdam?"),
274
  gr.Slider(1, 512, value=32, step=1, label="↑ = more iterations"),
275
  gr.Slider(0.01, 5, value=0.01, step=0.01, label="↑ = longer pause (for visualization)"),
276
  gr.Slider(1.0, 20.0, value=5.0, step=0.5, label="↓ = more noising (sharpness)"),