Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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,
|