dataautogpt3 commited on
Commit
edb5f27
β€’
1 Parent(s): 2b02718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -64,7 +64,6 @@ def generate(
64
  seed: int = 0,
65
  width: int = 1024,
66
  height: int = 1024,
67
- guidance_scale: float = 7,
68
  randomize_seed: bool = False,
69
  progress=gr.Progress(track_tqdm=True),
70
  ):
@@ -79,7 +78,6 @@ def generate(
79
  negative_prompt=f"{negative_prompt}",
80
  width=width,
81
  height=height,
82
- guidance_scale=guidance_scale,
83
  num_inference_steps=50,
84
  num_images_per_prompt=1,
85
  output_type="pil",
 
64
  seed: int = 0,
65
  width: int = 1024,
66
  height: int = 1024,
 
67
  randomize_seed: bool = False,
68
  progress=gr.Progress(track_tqdm=True),
69
  ):
 
78
  negative_prompt=f"{negative_prompt}",
79
  width=width,
80
  height=height,
 
81
  num_inference_steps=50,
82
  num_images_per_prompt=1,
83
  output_type="pil",