ehristoforu commited on
Commit
67a7330
·
verified ·
1 Parent(s): 9135080

Rename page4.py to page3.py

Browse files
Files changed (1) hide show
  1. page4.py → page3.py +2 -2
page4.py → page3.py RENAMED
@@ -14,8 +14,8 @@ def query_model(text_input):
14
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
15
  payload = {
16
  "inputs": text_input,
17
- "num_inference_steps": 18,
18
- "guidance_scale": 4,
19
  "seed": random.randint(1, 9999999),
20
  "width": 1024,
21
  "height": 1024,
 
14
  headers = {"Authorization": f"Bearer {HF_TOKEN}"}
15
  payload = {
16
  "inputs": text_input,
17
+ "num_inference_steps": 20,
18
+ "guidance_scale": 4.5,
19
  "seed": random.randint(1, 9999999),
20
  "width": 1024,
21
  "height": 1024,