gsbm commited on
Commit
314cc89
·
verified ·
1 Parent(s): 9fa7e53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def generate(
48
  ):
49
  client = Client("hysts/SDXL", hf_token=os.environ['HF_TOKEN'])
50
  result = client.predict(
51
- prompt=prompt,
52
  negative_prompt=negative_prompt,
53
  prompt_2=prompt_2,
54
  negative_prompt_2=negative_prompt_2,
 
48
  ):
49
  client = Client("hysts/SDXL", hf_token=os.environ['HF_TOKEN'])
50
  result = client.predict(
51
+ prompt="((pixelart)), "+prompt,
52
  negative_prompt=negative_prompt,
53
  prompt_2=prompt_2,
54
  negative_prompt_2=negative_prompt_2,