Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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"
|