ArmelR commited on
Commit
b7e6d05
1 Parent(s): 4e0d0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ client_g = Client(
54
  API_URL_G, headers={"Authorization": f"Bearer {HF_TOKEN}"},
55
  )
56
 
57
- client_starchat = Client(
58
  API_URL_S, headers={"Authorization": f"Bearer {HF_TOKEN}"},
59
  )
60
 
 
54
  API_URL_G, headers={"Authorization": f"Bearer {HF_TOKEN}"},
55
  )
56
 
57
+ client_s = Client(
58
  API_URL_S, headers={"Authorization": f"Bearer {HF_TOKEN}"},
59
  )
60