pallavijaini commited on
Commit
133c131
·
1 Parent(s): 49c356f

Updated the IP

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -15,8 +15,8 @@ from PIL import Image
15
  from huggingface_hub import login
16
 
17
 
18
- myip_spr = os.environ["myip_spr"]
19
- myport = os.environ["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 Comparison
112
  """
113
 
114
  subtitle = """
115
- # between 4th Gen and 3rd Gen Intel Xeon Scalable Processor
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 = """