baxin commited on
Commit
8f60829
·
verified ·
1 Parent(s): 63d6796

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ def generate_image_from_prompt(prompt: str, history: list):
50
  response = together_client.images.generate(
51
  prompt=prompt,
52
  model=IMAGE_MODEL,
53
- n=1,
 
54
  height=1024,
55
  width=1024
56
  )
 
50
  response = together_client.images.generate(
51
  prompt=prompt,
52
  model=IMAGE_MODEL,
53
+ steps=10,
54
+ n=4,
55
  height=1024,
56
  width=1024
57
  )