Techbitforge commited on
Commit
613f6dc
·
verified ·
1 Parent(s): a9425db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -13,9 +13,7 @@ app = Flask(__name__)
13
  # =========================
14
  Server = [
15
  "https://techbitforge-webui.hf.space/api/models",
16
- "https://APINOW-service-server.hf.space",
17
- "https://APINOW-service-newserver.hf.space",
18
-
19
  ]
20
  PING_INTERVAL = 120
21
  REQUEST_TIMEOUT = 300
 
13
  # =========================
14
  Server = [
15
  "https://techbitforge-webui.hf.space/api/models",
16
+ "https://techbitforge-hello-server.hf.space"
 
 
17
  ]
18
  PING_INTERVAL = 120
19
  REQUEST_TIMEOUT = 300