Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def root():
|
|
92 |
def run():
|
93 |
data = request.json
|
94 |
print(data)
|
95 |
-
|
96 |
negative_prompt = data['negative_prompt']
|
97 |
use_negative_prompt = data['use_negative_prompt']
|
98 |
guidance_scale = data['guidance_scale']
|
|
|
92 |
def run():
|
93 |
data = request.json
|
94 |
print(data)
|
95 |
+
prompt = data['prompt']
|
96 |
negative_prompt = data['negative_prompt']
|
97 |
use_negative_prompt = data['use_negative_prompt']
|
98 |
guidance_scale = data['guidance_scale']
|