Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Rename page4.py to page3.py
Browse files- 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 |
-
"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,
|