ysharma HF staff commited on
Commit
05803df
·
1 Parent(s): 1d2769c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def predict_together(model: str,
100
  client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
101
  # debug
102
  #print(f"^^client is - {client}")
103
- user_name, assistant_name = "<human>:", "<bot>: " #get_usernames(model)
104
 
105
  history.append(inputs)
106
 
 
100
  client = Client(os.getenv("API_URL_TGTHR")) #get_client(model)
101
  # debug
102
  #print(f"^^client is - {client}")
103
+ user_name, assistant_name = "<human>:", "<bot>:"
104
 
105
  history.append(inputs)
106