Spaces:
Running
on
Zero
Running
on
Zero
ameerazam08
commited on
Commit
•
cda5fca
1
Parent(s):
3743bb7
Update app.py
Browse files
app.py
CHANGED
@@ -146,10 +146,10 @@ interface = gr.Interface(
|
|
146 |
650 # Sigma max
|
147 |
],
|
148 |
["Rock beat played in a treated studio, session drumming on an acoustic kit.",
|
149 |
-
"
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
0.3, # Sigma min
|
154 |
500 # Sigma max
|
155 |
]
|
|
|
146 |
650 # Sigma max
|
147 |
],
|
148 |
["Rock beat played in a treated studio, session drumming on an acoustic kit.",
|
149 |
+
"dpmpp-2m-sde", # Sampler type
|
150 |
+
30, # Duration in Seconds
|
151 |
+
100, # Number of Diffusion Steps
|
152 |
+
7, # CFG Scale
|
153 |
0.3, # Sigma min
|
154 |
500 # Sigma max
|
155 |
]
|