patrickvonplaten commited on
Commit
5e7f076
1 Parent(s): 274d0f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css=css) as demo:
147
  results = pipe(
148
  prompt="The spirit of a tamagotchi wandering in the city of Vienna",
149
  num_inference_steps=4,
150
- guidance_scale=0.5,
151
  )
152
  results.images[0]
153
  ```
 
147
  results = pipe(
148
  prompt="The spirit of a tamagotchi wandering in the city of Vienna",
149
  num_inference_steps=4,
150
+ guidance_scale=0.0,
151
  )
152
  results.images[0]
153
  ```