CryptoScoutv1 commited on
Commit
87901eb
·
verified ·
1 Parent(s): 07ba382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-cs-test.hf.space/", hf_token=os.getenv("HF_TOKEN"))
27
  if session:
28
  client.session_hash = session
29
  return client
@@ -158,7 +158,7 @@ else:
158
  with gr.Blocks() as demo:
159
  gr.Markdown(
160
  f"""
161
- #cryptoscout-crewai-coinsearch
162
  {welcome_message}
163
  """
164
  )
 
23
 
24
  ## GRADIO UI API LINK ##
25
  def get_client(session: Optional[str] = None) -> grc.Client:
26
+ client = grc.Client("https://cryptoscoutv1-cryptoscout-crewai-coinsearchv2.hf.space/", hf_token=os.getenv("HF_TOKEN"))
27
  if session:
28
  client.session_hash = session
29
  return client
 
158
  with gr.Blocks() as demo:
159
  gr.Markdown(
160
  f"""
161
+ # Cryptoscout-crewai-coinsearch
162
  {welcome_message}
163
  """
164
  )