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