CryptoScoutv1 commited on
Commit
b7b1d23
·
verified ·
1 Parent(s): 7249522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ async def wait(job):
23
 
24
  ## GRADIO UI API LINK ##
25
  def get_client(session: Optional[str] = None) -> grc.Client:
26
- client = grc.Client("https://cryptoscoutv1-discord-chatbot-csv2.hf.space", hf_token=os.getenv("HF_TOKEN"))
27
  if session:
28
  client.session_hash = session
29
  return client
 
23
 
24
  ## GRADIO UI API LINK ##
25
  def get_client(session: Optional[str] = None) -> grc.Client:
26
+ client = grc.Client("https://cryptoscoutv1-discord-chatbot-cs-pmv2.hf.space", hf_token=os.getenv("HF_TOKEN"))
27
  if session:
28
  client.session_hash = session
29
  return client