boluobobo commited on
Commit
8c5d898
·
verified ·
1 Parent(s): 872a155

Upload handler.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. handler.py +0 -1
handler.py CHANGED
@@ -78,7 +78,6 @@ class EndpointHandler:
78
  "ai_probability": round(ai_prob, 3),
79
  "human_probability": round(human_prob, 3),
80
  "predicted_source": top_source,
81
- "is_real": is_real,
82
  "top3_sources": top3_sources
83
  }
84
 
 
78
  "ai_probability": round(ai_prob, 3),
79
  "human_probability": round(human_prob, 3),
80
  "predicted_source": top_source,
 
81
  "top3_sources": top3_sources
82
  }
83