amitagh commited on
Commit
b9ad9a1
1 Parent(s): 2f5f716

change url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ messages = [
10
  ]
11
  msg_count = 0
12
 
13
- client = Client("https://amitagh-medbot-back.hf.space/--replicas/2ewvx/", hf_token=hf_key)
14
  def get_llm_rsp(text):
15
  rsp = client.predict(
16
  text, # str in 'Input your question:' Textbox component
 
10
  ]
11
  msg_count = 0
12
 
13
+ client = Client("https://amitagh-medbot-back.hf.space/--replicas/m3ig8/", hf_token=hf_key)
14
  def get_llm_rsp(text):
15
  rsp = client.predict(
16
  text, # str in 'Input your question:' Textbox component