Spaces:
Runtime error
Runtime error
chnages
Browse files
app/nodes/safety_check_node.py
CHANGED
|
@@ -3,7 +3,7 @@ from typing import Any
|
|
| 3 |
from app.state.state import EmailAgentState
|
| 4 |
|
| 5 |
|
| 6 |
-
SAFETY_API_URL = "https://
|
| 7 |
|
| 8 |
def safety_classifier_node(state: EmailAgentState) -> dict:
|
| 9 |
payload = {
|
|
|
|
| 3 |
from app.state.state import EmailAgentState
|
| 4 |
|
| 5 |
|
| 6 |
+
SAFETY_API_URL = "https://vinit006-classifyemail.hf.space/predict"
|
| 7 |
|
| 8 |
def safety_classifier_node(state: EmailAgentState) -> dict:
|
| 9 |
payload = {
|