Saad0KH commited on
Commit
5bdcd79
·
verified ·
1 Parent(s): 197423f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def root():
92
  def run():
93
  data = request.json
94
  print(data)
95
- text = data['prompt']
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']