gsbm commited on
Commit
59bccaa
·
verified ·
1 Parent(s): 35efd64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def generate(
46
  ):
47
  client = Client("hysts/SDXL")
48
  result = client.predict(
49
- prompt=prompt
50
  negative_prompt=negative_prompt,
51
  prompt_2=prompt_2,
52
  negative_prompt_2=negative_prompt_2,
 
46
  ):
47
  client = Client("hysts/SDXL")
48
  result = client.predict(
49
+ prompt=prompt,
50
  negative_prompt=negative_prompt,
51
  prompt_2=prompt_2,
52
  negative_prompt_2=negative_prompt_2,