Spaces:
Runtime error
Runtime error
jutaporn37678
commited on
Commit
•
8337ca6
1
Parent(s):
885b90a
app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def infer(prompt):
|
|
15 |
global is_gpu_busy
|
16 |
samples = 4
|
17 |
steps = 50
|
18 |
-
scale = 7.
|
19 |
#When running locally you can also remove this filter
|
20 |
for filter in word_list:
|
21 |
if re.search(rf"\b{filter}\b", prompt):
|
|
|
15 |
global is_gpu_busy
|
16 |
samples = 4
|
17 |
steps = 50
|
18 |
+
scale = 7.9
|
19 |
#When running locally you can also remove this filter
|
20 |
for filter in word_list:
|
21 |
if re.search(rf"\b{filter}\b", prompt):
|