h1t commited on
Commit
55427bc
1 Parent(s): 95174b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,7 +52,7 @@ description = "<h3>Official 🤗 Gradio demo for Trajectory Consistency Distilla
52
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/' target='_blank'>Trajectory Consistency Distillation</a> | <a href='https://github.com/jabir-zheng/TCD' target='_blank'>Github Repo</a></p>"
53
 
54
 
55
- default_prompt = "Painting of the orange cat Otto von Garfield, Count of Bismarck-Schönhausen, Duke of Lauenburg, Minister-President of Prussia. Depicted wearing a Prussian Pickelhaube and eating his favorite meal - lasagna."
56
  examples = [
57
  [
58
  "Beautiful woman, bubblegum pink, lemon yellow, minty blue, futuristic, high-detail, epic composition, watercolor.",
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
84
  label='Inference steps',
85
  minimum=4,
86
  maximum=16,
87
- value=4,
88
  step=1,
89
  )
90
 
 
52
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/' target='_blank'>Trajectory Consistency Distillation</a> | <a href='https://github.com/jabir-zheng/TCD' target='_blank'>Github Repo</a></p>"
53
 
54
 
55
+ default_prompt = " "
56
  examples = [
57
  [
58
  "Beautiful woman, bubblegum pink, lemon yellow, minty blue, futuristic, high-detail, epic composition, watercolor.",
 
84
  label='Inference steps',
85
  minimum=4,
86
  maximum=16,
87
+ value=8,
88
  step=1,
89
  )
90