LittleMouse commited on
Commit ·
d0f89c3
1
Parent(s): 244baf9
Update server host
Browse files- client/app.py +1 -1
client/app.py
CHANGED
|
@@ -45,7 +45,7 @@ def generate():
|
|
| 45 |
|
| 46 |
# Call image generation
|
| 47 |
image = generate_image(
|
| 48 |
-
"http://
|
| 49 |
positive_prompt=positive_prompt,
|
| 50 |
negative_prompt="open cloth,pornographic,violence,wearing less,signature, soft, blurry, drawing, sketch, poor quality, ugly, text, type, word, logo, pixelated, low resolution, saturated, high contrast, oversharpened"
|
| 51 |
)
|
|
|
|
| 45 |
|
| 46 |
# Call image generation
|
| 47 |
image = generate_image(
|
| 48 |
+
"http://127.0.0.1:7888",
|
| 49 |
positive_prompt=positive_prompt,
|
| 50 |
negative_prompt="open cloth,pornographic,violence,wearing less,signature, soft, blurry, drawing, sketch, poor quality, ugly, text, type, word, logo, pixelated, low resolution, saturated, high contrast, oversharpened"
|
| 51 |
)
|