armen425221356 commited on
Commit
384be27
·
verified ·
1 Parent(s): bf94a5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -42,8 +42,7 @@ gr.Interface(
42
  fn=generate,
43
  inputs=[
44
  gr.Text(label="Prompt"),
45
- gr.Text("(low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn, (deformed | distorted | disfigured:1.3), bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers:1.4, disconnected limbs, blurry, amputation.
46
- ", label="Negative Prompt"),
47
  gr.Number(60, label="Number inference steps"),
48
  gr.Number(7, label="Guidance scale"),
49
  gr.Number(1024, label="Width"),
 
42
  fn=generate,
43
  inputs=[
44
  gr.Text(label="Prompt"),
45
+ gr.Text("(low quality, worst quality:1.2), very displeasing, 3d, watermark, signature, ugly, poorly drawn, (deformed | distorted | disfigured:1.3), bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, mutated hands and fingers:1.4, disconnected limbs, blurry, amputation.", label="Negative Prompt"),
 
46
  gr.Number(60, label="Number inference steps"),
47
  gr.Number(7, label="Guidance scale"),
48
  gr.Number(1024, label="Width"),