Update app.py
Browse files
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-
|
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
|