Gaykar commited on
Commit
9423821
·
1 Parent(s): 972c80f
Files changed (1) hide show
  1. app/nodes/safety_check_node.py +1 -1
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://gaykar-classifyemail.hf.space/predict"
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 = {