Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ from modules.huggingface_inference import predict_alerts
|
|
6 |
from modules.data_view import show_raw_data, show_predictions, show_status
|
7 |
|
8 |
# Salesforce + Hugging Face config (fill in your values)
|
9 |
-
SF_USERNAME = "
|
10 |
-
SF_PASSWORD = "
|
11 |
-
SF_SECURITY_TOKEN = "
|
12 |
-
HF_API_URL = "https://
|
13 |
HF_API_TOKEN = "hf_your_token"
|
14 |
|
15 |
def main():
|
|
|
6 |
from modules.data_view import show_raw_data, show_predictions, show_status
|
7 |
|
8 |
# Salesforce + Hugging Face config (fill in your values)
|
9 |
+
SF_USERNAME = "[email protected]"
|
10 |
+
SF_PASSWORD = "Vedavathi@04"
|
11 |
+
SF_SECURITY_TOKEN = "jqe4His8AcuFJucZz5NBHfGU"
|
12 |
+
HF_API_URL = "https://ap Vedavathi@04i-inference.huggingface.co/models/your-hf-model"
|
13 |
HF_API_TOKEN = "hf_your_token"
|
14 |
|
15 |
def main():
|