gsbm commited on
Commit
3423af0
·
verified ·
1 Parent(s): 314cc89

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
  apply_refiner: bool = False,
47
  pixel_size: int = 16
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,
 
46
  apply_refiner: bool = False,
47
  pixel_size: int = 16
48
  ):
49
+ client = Client("hysts/SDXL")
50
  result = client.predict(
51
  prompt="((pixelart)), "+prompt,
52
  negative_prompt=negative_prompt,