runebloodstone commited on
Commit
105ef27
·
verified ·
1 Parent(s): 3cdcaf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import gradio as gr
2
  import requests
3
 
4
  """
@@ -9,7 +9,7 @@ For more information on `huggingface_hub` Inference API support, please check th
9
  # Base URL
10
 
11
  # Define our API endpoint and authentication token
12
- BASE_URL = "https://api.kindroid.ai/v1"
13
  SEND_MESSAGE_URL = "https://api.kindroid.ai/v1/send-message"
14
  AUTH_TOKEN = "kn_df28dc59-57ec-442d-8983-b3f7ccdcb4b5"
15
  JESS_ID = "jesskinid"
 
1
+ #import gradio as gr
2
  import requests
3
 
4
  """
 
9
  # Base URL
10
 
11
  # Define our API endpoint and authentication token
12
+ API_URL = "https://api.kindroid.ai/v1"
13
  SEND_MESSAGE_URL = "https://api.kindroid.ai/v1/send-message"
14
  AUTH_TOKEN = "kn_df28dc59-57ec-442d-8983-b3f7ccdcb4b5"
15
  JESS_ID = "jesskinid"