naourpally
commited on
Commit
·
cafb8d0
1
Parent(s):
8a8728a
Update the server address
Browse files- text_to_image.py +1 -1
text_to_image.py
CHANGED
@@ -15,7 +15,7 @@ logger = logging.getLogger()
|
|
15 |
# SERVER_ADDRESS = "https://faircompute.com:8000"
|
16 |
# INFERENCE_NODE = "magnus"
|
17 |
# TUNNEL_NODE = "gcs-e2-micro"
|
18 |
-
SERVER_ADDRESS = "54.91.82.249"
|
19 |
INFERENCE_NODE = "Nikhil-Macbook"
|
20 |
TUNNEL_NODE = "nikhil-tunneling-node"
|
21 |
|
|
|
15 |
# SERVER_ADDRESS = "https://faircompute.com:8000"
|
16 |
# INFERENCE_NODE = "magnus"
|
17 |
# TUNNEL_NODE = "gcs-e2-micro"
|
18 |
+
SERVER_ADDRESS = "https://54.91.82.249:5000"
|
19 |
INFERENCE_NODE = "Nikhil-Macbook"
|
20 |
TUNNEL_NODE = "nikhil-tunneling-node"
|
21 |
|