Spaces:
Runtime error
Runtime error
Commit
·
52d485f
1
Parent(s):
2128976
Update app.py
Browse files
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.
|
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
|