Spaces:
Runtime error
Runtime error
Commit
·
133c131
1
Parent(s):
49c356f
Updated the IP
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ from PIL import Image
|
|
15 |
from huggingface_hub import login
|
16 |
|
17 |
|
18 |
-
myip_spr =
|
19 |
-
myport =
|
20 |
|
21 |
SPR = f"http://{myip_spr}:{myport}"
|
22 |
|
@@ -108,11 +108,11 @@ def txt2img_generate(url, prompt, steps=25, seed=42, guidance_scale=7.5, hidden=
|
|
108 |
return img
|
109 |
|
110 |
title = """
|
111 |
-
# Stable Diffusion Inference Acceleration
|
112 |
"""
|
113 |
|
114 |
subtitle = """
|
115 |
-
#
|
116 |
"""
|
117 |
|
118 |
md = """
|
|
|
15 |
from huggingface_hub import login
|
16 |
|
17 |
|
18 |
+
myip_spr = "34.16.28.52"
|
19 |
+
myport = "8089"
|
20 |
|
21 |
SPR = f"http://{myip_spr}:{myport}"
|
22 |
|
|
|
108 |
return img
|
109 |
|
110 |
title = """
|
111 |
+
# Stable Diffusion Inference Acceleration
|
112 |
"""
|
113 |
|
114 |
subtitle = """
|
115 |
+
# 4th Gen Intel Xeon Scalable Processor
|
116 |
"""
|
117 |
|
118 |
md = """
|