amitagh commited on
Commit
b29011e
1 Parent(s): 9af06c0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ messages = [
11
  ]
12
  msg_count = 0
13
 
14
- client = Client(BL_URL, hf_token=hf_key)
15
  def get_llm_rsp(text):
16
  rsp = client.predict(
17
  text, # str in 'Input your question:' Textbox component
 
11
  ]
12
  msg_count = 0
13
 
14
+ client = Client(client_url, hf_token=hf_key)
15
  def get_llm_rsp(text):
16
  rsp = client.predict(
17
  text, # str in 'Input your question:' Textbox component