Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
#6280
by
HassanStar
- opened
app.py
CHANGED
@@ -29,7 +29,7 @@ is_gpu_busy = False
|
|
29 |
def infer(prompt):
|
30 |
global is_gpu_busy
|
31 |
samples = 4
|
32 |
-
steps =
|
33 |
scale = 7.5
|
34 |
#When running locally you can also remove this filter
|
35 |
for filter in word_list:
|
|
|
29 |
def infer(prompt):
|
30 |
global is_gpu_busy
|
31 |
samples = 4
|
32 |
+
steps = 100
|
33 |
scale = 7.5
|
34 |
#When running locally you can also remove this filter
|
35 |
for filter in word_list:
|