dolbohren commited on
Commit
f0f293f
·
verified ·
1 Parent(s): dba9729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ MAX_IMAGE_SIZE = 1024
25
  @spaces.GPU #[uncomment to use ZeroGPU]
26
  def infer(
27
  # model_id: Optional[str] = "CompVis/stable-diffusion-v1-4",
28
- negative_prompt=gr.Text('cat, dog'),
29
  prompt: str = 'cute_animal',
30
  seed: int = 42,
31
  randomize_seed = False,
 
25
  @spaces.GPU #[uncomment to use ZeroGPU]
26
  def infer(
27
  # model_id: Optional[str] = "CompVis/stable-diffusion-v1-4",
28
+ negative_prompt = 'cat, dog',
29
  prompt: str = 'cute_animal',
30
  seed: int = 42,
31
  randomize_seed = False,