Techbitforge commited on
Commit
802fada
·
verified ·
1 Parent(s): b4dc7a3

Update app.py

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