phenomenon1981 commited on
Commit
52d485f
·
1 Parent(s): 2128976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ proc5=gr.Interface.load("models/dreamlike-art/dreamlike-diffusion-1.0")
15
 
16
  import random
17
 
18
- def add_random_noise(prompt, noise_level=0.07):
19
  # Get the percentage of characters to add as noise
20
  percentage_noise = noise_level * 5
21
  # Get the number of characters to add as noise
 
15
 
16
  import random
17
 
18
+ def add_random_noise(prompt, noise_level=0.1):
19
  # Get the percentage of characters to add as noise
20
  percentage_noise = noise_level * 5
21
  # Get the number of characters to add as noise