TheWolf commited on
Commit
1a56291
1 Parent(s): 719a6b4

Update app.py

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